From 00a4abb642cc0c59a23651b10d05728db548804b Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Thu, 18 Nov 2021 13:30:00 -0800 Subject: [PATCH] puppet: Switch dependency to the golang binary we need. --- puppet/zulip/manifests/profile/smokescreen.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/zulip/manifests/profile/smokescreen.pp b/puppet/zulip/manifests/profile/smokescreen.pp index fc05794f8f..1856a52475 100644 --- a/puppet/zulip/manifests/profile/smokescreen.pp +++ b/puppet/zulip/manifests/profile/smokescreen.pp @@ -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':