puppet: Switch dependency to the golang binary we need.

(cherry picked from commit 00a4abb642)
This commit is contained in:
Alex Vandiver
2021-11-18 13:30:00 -08:00
parent 8fa783f13d
commit 7e8ead7325

View File

@@ -19,7 +19,7 @@ class zulip::profile::smokescreen {
# GOCACHE is required; nothing is written to GOPATH, but it is required to be set
environment => ['GOCACHE=/tmp/gocache', 'GOPATH=/root/go'],
creates => "/usr/local/bin/smokescreen-${version}",
require => [Zulip::Sha256_tarball_to['golang'], Zulip::Sha256_tarball_to['smokescreen']],
require => [File[$zulip::golang::bin], Zulip::Sha256_tarball_to['smokescreen']],
}
file { '/usr/local/bin/smokescreen':