mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 12:03:46 +00:00 
			
		
		
		
	puppet: Add cyrus-sasl to memcached_packages on RedHat.
This is to mirror the sasl2-bin package on Debian.
This commit is contained in:
		| @@ -8,7 +8,7 @@ class zulip::memcached { | ||||
|       $memcached_user = 'memcache' | ||||
|     } | ||||
|     'redhat': { | ||||
|       $memcached_packages = [ 'memcached' ] | ||||
|       $memcached_packages = [ 'memcached', 'cyrus-sasl' ] | ||||
|       $memcached_user = 'memcached' | ||||
|     } | ||||
|     default: { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user