Missing $
This commit is contained in:
parent
26f583c41a
commit
170bdbc154
|
@ -40,7 +40,7 @@ class cdn::cache(
|
||||||
}
|
}
|
||||||
|
|
||||||
if $cache_secrets {
|
if $cache_secrets {
|
||||||
customers.each |String $customer, Integer $customer_uid| {
|
$customers.each |String $customer, Integer $customer_uid| {
|
||||||
if $cache_secrets['customers'][$customer] {
|
if $cache_secrets['customers'][$customer] {
|
||||||
file { "/opt/sunet-cdn/customers/$customer":
|
file { "/opt/sunet-cdn/customers/$customer":
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
|
|
Loading…
Reference in a new issue