diff --git a/deployment/puppet/ceph/manifests/radosgw.pp b/deployment/puppet/ceph/manifests/radosgw.pp index 743884e079..f877b078d7 100644 --- a/deployment/puppet/ceph/manifests/radosgw.pp +++ b/deployment/puppet/ceph/manifests/radosgw.pp @@ -234,5 +234,5 @@ class ceph::radosgw ( Exec["Populate ${radosgw_auth_key} keyring"] -> File[$keyring_path] -> Firewall['012 RadosGW allow'] ~> - Service ['httpd'] + Service['httpd'] } diff --git a/deployment/puppet/galera/manifests/init.pp b/deployment/puppet/galera/manifests/init.pp index 3cce3244ca..a702c93efa 100644 --- a/deployment/puppet/galera/manifests/init.pp +++ b/deployment/puppet/galera/manifests/init.pp @@ -344,7 +344,7 @@ class galera ( Service['mysql'] -> Exec['wait-initial-sync'] -> Exec['wait-for-synced-state'] -> - Exec ['rm-init-file'] + Exec['rm-init-file'] Package['MySQL-server'] ~> Exec['wait-initial-sync'] anchor {'database-cluster-done': } diff --git a/deployment/puppet/murano/manifests/keystone/auth.pp b/deployment/puppet/murano/manifests/keystone/auth.pp index 7683c6a633..4a9e6fa052 100644 --- a/deployment/puppet/murano/manifests/keystone/auth.pp +++ b/deployment/puppet/murano/manifests/keystone/auth.pp @@ -128,7 +128,6 @@ class murano::keystone::auth( $public_port = undef, $public_protocol = undef, $public_address = undef, - $public_port = undef, $internal_protocol = undef, $internal_address = undef, $admin_protocol = undef, diff --git a/deployment/puppet/sahara/manifests/keystone/auth.pp b/deployment/puppet/sahara/manifests/keystone/auth.pp index 943a647641..a4b423be3b 100644 --- a/deployment/puppet/sahara/manifests/keystone/auth.pp +++ b/deployment/puppet/sahara/manifests/keystone/auth.pp @@ -128,7 +128,6 @@ class sahara::keystone::auth( $public_port = undef, $public_protocol = undef, $public_address = undef, - $public_port = undef, $internal_protocol = undef, $internal_address = undef, $admin_protocol = undef,