 c85beff334
			
		
	
	c85beff334
	
	
	
		
			
			Adding barbican configuration to Swift will allow enabling data-at-rest encryption in Swift. Change-Id: I78c6003f5f599a422193dc47422ee607ce05c715 Signed-off-by: Thiago da Silva <thiago@redhat.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			211 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			211 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| Puppet::Type.type(:swift_keymaster_config).provide(
 | |
|   :ini_setting,
 | |
|   :parent => Puppet::Type.type(:openstack_config).provider(:ini_setting)
 | |
| ) do
 | |
| 
 | |
|   def self.file_path
 | |
|     '/etc/swift/keymaster.conf'
 | |
|   end
 | |
| 
 | |
| end
 |