From 2f5954cf911b186513af0e7826591ff2ec336e74 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 16 Aug 2022 09:21:18 +0900 Subject: [PATCH] Swift: stop overriding incoming_chmod/outgoing_chmod ... because the overridden values are exactly same as the current default values. Change-Id: Ibec3cddd6940eaedba7ac6a97725898631367212 --- manifests/swift.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/manifests/swift.pp b/manifests/swift.pp index ffdc4e59a..2d5b89c4a 100644 --- a/manifests/swift.pp +++ b/manifests/swift.pp @@ -113,8 +113,6 @@ class openstack_integration::swift { include swift::ringbuilder class { 'swift::storage::all': 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, } $swift_components = ['account', 'container', 'object']