13 lines
		
	
	
		
			170 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			170 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Managed by Puppet
 | 
						|
# Module cloud::loadbalancer
 | 
						|
/var/log/haproxy.log {
 | 
						|
  rotate 7
 | 
						|
  daily
 | 
						|
  missingok
 | 
						|
  notifempty
 | 
						|
  delaycompress
 | 
						|
  compress
 | 
						|
  postrotate
 | 
						|
  endscript
 | 
						|
}
 |