mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00: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.
(cherry picked from commit 2fc4acdf81)
			
			
This commit is contained in:
		@@ -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':
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user