Fix typo in magnum::clients classes

Using magnum::clietns instead of magnum::clients
for the default values causing it to not work.

Change-Id: Ie06d7ac340a00c1d249f5272e70d0244e4d74526
This commit is contained in:
Tobias Urdin 2018-07-05 11:28:33 +02:00
parent 2d9f778634
commit 162203cd90
6 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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,

View File

@ -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,

View File

@ -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

View File

@ -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,

View File

@ -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,