mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
puppet: Switch dependency to the golang binary we need.
(cherry picked from commit 00a4abb642)
This commit is contained in:
@@ -19,7 +19,7 @@ class zulip::profile::smokescreen {
|
|||||||
# GOCACHE is required; nothing is written to GOPATH, but it is required to be set
|
# GOCACHE is required; nothing is written to GOPATH, but it is required to be set
|
||||||
environment => ['GOCACHE=/tmp/gocache', 'GOPATH=/root/go'],
|
environment => ['GOCACHE=/tmp/gocache', 'GOPATH=/root/go'],
|
||||||
creates => "/usr/local/bin/smokescreen-${version}",
|
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':
|
file { '/usr/local/bin/smokescreen':
|
||||||
|
|||||||
Reference in New Issue
Block a user