diff --git a/manifests/clients/barbican.pp b/manifests/clients/barbican.pp index 13cf35f..d92efa0 100644 --- a/manifests/clients/barbican.pp +++ b/manifests/clients/barbican.pp @@ -16,7 +16,7 @@ class magnum::clients::barbican( $region_name = $magnum::clients::region_name, - $endpoint_type = $magnum::clietns::endpoint_type, + $endpoint_type = $magnum::clients::endpoint_type, ){ include ::magnum::deps diff --git a/manifests/clients/glance.pp b/manifests/clients/glance.pp index 60d7345..2bd3db5 100644 --- a/manifests/clients/glance.pp +++ b/manifests/clients/glance.pp @@ -37,7 +37,7 @@ class magnum::clients::glance( $region_name = $magnum::clients::region_name, - $endpoint_type = $magnum::clietns::endpoint_type, + $endpoint_type = $magnum::clients::endpoint_type, $api_version = '2', $ca_file = $magnum::clients::ca_file, $cert_file = $magnum::clients::cert_file, diff --git a/manifests/clients/heat.pp b/manifests/clients/heat.pp index 243f3f2..6ee99c0 100644 --- a/manifests/clients/heat.pp +++ b/manifests/clients/heat.pp @@ -37,7 +37,7 @@ class magnum::clients::heat( $region_name = $magnum::clients::region_name, - $endpoint_type = $magnum::clietns::endpoint_type, + $endpoint_type = $magnum::clients::endpoint_type, $api_version = '1', $ca_file = $magnum::clients::ca_file, $cert_file = $magnum::clients::cert_file, diff --git a/manifests/clients/magnum.pp b/manifests/clients/magnum.pp index a5318b4..c3ec388 100644 --- a/manifests/clients/magnum.pp +++ b/manifests/clients/magnum.pp @@ -16,7 +16,7 @@ class magnum::clients::magnum( $region_name = $magnum::clients::region_name, - $endpoint_type = $magnum::clietns::endpoint_type, + $endpoint_type = $magnum::clients::endpoint_type, ){ include ::magnum::deps diff --git a/manifests/clients/neutron.pp b/manifests/clients/neutron.pp index ec5bfd5..2041778 100644 --- a/manifests/clients/neutron.pp +++ b/manifests/clients/neutron.pp @@ -32,7 +32,7 @@ # class magnum::clients::neutron( $region_name = $magnum::clients::region_name, - $endpoint_type = $magnum::clietns::endpoint_type, + $endpoint_type = $magnum::clients::endpoint_type, $ca_file = $magnum::clients::ca_file, $cert_file = $magnum::clients::cert_file, $key_file = $magnum::clients::key_file, diff --git a/manifests/clients/nova.pp b/manifests/clients/nova.pp index aecdbad..e2568d0 100644 --- a/manifests/clients/nova.pp +++ b/manifests/clients/nova.pp @@ -37,7 +37,7 @@ class magnum::clients::nova( $region_name = $magnum::clients::region_name, - $endpoint_type = $magnum::clietns::endpoint_type, + $endpoint_type = $magnum::clients::endpoint_type, $api_version = '2', $ca_file = $magnum::clients::ca_file, $cert_file = $magnum::clients::cert_file,