puppet: Switch dependency to the golang binary we need.

This commit is contained in:
Alex Vandiver 2021-11-18 13:30:00 -08:00 committed by Tim Abbott
parent 2d5f813094
commit 00a4abb642

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':