diff --git a/manifests/params.pp b/manifests/params.pp index f13dfa64..dad9437a 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -36,6 +36,7 @@ class swift::params { $account_service_name = 'openstack-swift-account' $account_replicator_service_name = undef $service_provider = undef + $swift3 = 'openstack-swift-plugin-swift3' } default: { fail("Unsupported osfamily: ${osfamily} for os ${operatingsystem}")