mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
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.
This commit is contained in:
parent
00a4abb642
commit
2fc4acdf81
@ -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':
|
||||
|
||||
Loading…
Reference in New Issue
Block a user