- Device name for swift::storage::loopback cannot contain undescore unless we want to specify metadata. Change-Id: I5631e4cd79ab2a0fdaf7ad206c7e3f6606266daf Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			266 B
		
	
	
	
		
			Puppet
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			266 B
		
	
	
	
		
			Puppet
		
	
	
	
	
	
 | 
						|
swift::storage::loopback { 'swiftloopback':
 | 
						|
  base_dir     => '/srv/loopback-device',
 | 
						|
  mnt_base_dir => '/srv/node',
 | 
						|
  require      => Class['swift'],
 | 
						|
  fstype       => hiera('CONFIG_SWIFT_STORAGE_FSTYPE'),
 | 
						|
  seek         => hiera('CONFIG_SWIFT_STORAGE_SEEK'),
 | 
						|
}
 | 
						|
 | 
						|
 |