Syntax error
This commit is contained in:
parent
b62746ac66
commit
5a8bca9de7
|
@ -4,7 +4,7 @@ class sunetdrive::multinode_db(){
|
||||||
$allcustomers = hiera_hash('multinode_mapping')
|
$allcustomers = hiera_hash('multinode_mapping')
|
||||||
$customers = $allcustomers.keys
|
$customers = $allcustomers.keys
|
||||||
|
|
||||||
$customers.each | $customer | do {
|
$customers.each |$customer| {
|
||||||
file { "/etc/mariadb/backups/${customer}":
|
file { "/etc/mariadb/backups/${customer}":
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue