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