From 7e8ead73256351ef41a1e6777290f041e7683fd7 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. (cherry picked from commit 00a4abb642cc0c59a23651b10d05728db548804b) --- 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 d497b8c1ee..55984d1aa7 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':