Fix two puppet parse errors

The ironic class and mariadb::services_remote classes had two parse
errors which prevent their usage. This change fixes the parse errors so
these classes can be used.

Change-Id: I986492b7f6ebd3c1b66a59926e819b1ca4cdc5ad
(cherry picked from commit 9f3201ff2e)
This commit is contained in:
Alex Schultz 2016-10-26 09:25:58 -06:00 committed by Alfredo Moralejo
parent af7b24ad29
commit d2ace9728f
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ class packstack::ironic ()
'glance/glance_host': value => hiera('CONFIG_STORAGE_HOST_URL');
}
class { '::ironic::api::authtoken': {
class { '::ironic::api::authtoken':
auth_uri => hiera('CONFIG_KEYSTONE_PUBLIC_URL'),
password => hiera('CONFIG_IRONIC_KS_PW'),
}

View File

@ -90,7 +90,7 @@ class packstack::mariadb::services_remote () {
}
}
if hiera('CONFIG_GNOCCHI_INSTALL') == 'y' and
if hiera('CONFIG_GNOCCHI_INSTALL') == 'y' {
remote_database { 'gnocchi':
ensure => 'present',
charset => 'utf8',