diff --git a/manifests/storage/all.pp b/manifests/storage/all.pp index d50e9c35..df5979ab 100644 --- a/manifests/storage/all.pp +++ b/manifests/storage/all.pp @@ -25,7 +25,7 @@ class swift::storage::all( $container_pipeline = undef, $mount_check = false, $account_pipeline = undef, - $log_facility = 'LOG_LOCAL2' + $log_facility = 'LOG_LOCAL2' ) { class { 'swift::storage': diff --git a/manifests/storage/server.pp b/manifests/storage/server.pp index cac08117..0ec09dee 100644 --- a/manifests/storage/server.pp +++ b/manifests/storage/server.pp @@ -11,7 +11,7 @@ define swift::storage::server( $group = 'swift', $max_connections = 25, $pipeline = ["${type}-server"], - $mount_check = 'false', + $mount_check = false, $user = 'swift', $workers = '1', $replicator_concurrency = $::processorcount,