Merge "Swift: stop overriding incoming_chmod/outgoing_chmod"
This commit is contained in:
commit
4f5ad7bcc8
@ -113,8 +113,6 @@ class openstack_integration::swift {
|
|||||||
include swift::ringbuilder
|
include swift::ringbuilder
|
||||||
class { 'swift::storage::all':
|
class { 'swift::storage::all':
|
||||||
storage_local_net_ip => $::openstack_integration::config::host,
|
storage_local_net_ip => $::openstack_integration::config::host,
|
||||||
incoming_chmod => 'Du=rwx,g=rx,o=rx,Fu=rw,g=r,o=r',
|
|
||||||
outgoing_chmod => 'Du=rwx,g=rx,o=rx,Fu=rw,g=r,o=r',
|
|
||||||
mount_check => false,
|
mount_check => false,
|
||||||
}
|
}
|
||||||
$swift_components = ['account', 'container', 'object']
|
$swift_components = ['account', 'container', 'object']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user