mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
puppet: Switch dependency to the golang binary we need.
This commit is contained in:
parent
2d5f813094
commit
00a4abb642
@ -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':
|
||||
|
||||
Loading…
Reference in New Issue
Block a user