From 2fc4acdf81be35b4bd1471ebe34bf84ac3a32228 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Thu, 18 Nov 2021 11:59:36 -0800 Subject: [PATCH] puppet: Move /srv/golang to /srv/zulip-golang. We have the custom of namespacing things under `/srv` with `zulip-` to help ensure that we play nice with anything else that happens to be on the host. --- puppet/zulip/manifests/golang.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/zulip/manifests/golang.pp b/puppet/zulip/manifests/golang.pp index 15125b79c9..62a2001db3 100644 --- a/puppet/zulip/manifests/golang.pp +++ b/puppet/zulip/manifests/golang.pp @@ -3,7 +3,7 @@ class zulip::golang { $version = '1.17.3' - $dir = "/srv/golang-${version}/" + $dir = "/srv/zulip-golang-${version}/" $bin = "${dir}bin/go" zulip::sha256_tarball_to { 'golang':