diff --git a/manifests/object/controller.pp b/manifests/object/controller.pp index e0b4806e..1d634347 100644 --- a/manifests/object/controller.pp +++ b/manifests/object/controller.pp @@ -87,8 +87,9 @@ cache = swift.cache') } class { 'swift::dispersion': - auth_url => "http://${ks_keystone_internal_host}:${ks_keystone_internal_port}/v2.0 -endpoint_type=internalURL", + auth_url => "http://${ks_keystone_internal_host}:${ks_keystone_internal_port}/v2.0", + swift_dir => '/etc/swift +endpoint_type=internalURL', auth_pass => $ks_swift_dispersion_password }