Fix syntax errors in the manifests

Change-Id: I6cd1ba634c1d814ebf0831bb4cce5a2e9383c3ba
Closes-Bug: #1619642
Signed-off-by: Maksim Malchuk <mmalchuk@mirantis.com>
This commit is contained in:
Maksim Malchuk 2016-09-05 16:16:35 +03:00
parent 7bf328d970
commit 2e855d47b2
4 changed files with 2 additions and 4 deletions

View File

@ -234,5 +234,5 @@ class ceph::radosgw (
Exec["Populate ${radosgw_auth_key} keyring"] ->
File[$keyring_path] ->
Firewall['012 RadosGW allow'] ~>
Service ['httpd']
Service['httpd']
}

View File

@ -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': }

View File

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

View File

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