mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			101 B
		
	
	
	
		
			Puppet
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			101 B
		
	
	
	
		
			Puppet
		
	
	
	
	
	
class { 'apt': }
 | 
						|
 | 
						|
# Example declaration of an Apt PPA
 | 
						|
apt::ppa{ 'ppa:openstack-ppa/bleeding-edge': }
 |