Missing $

This commit is contained in:
Patrik Lundin 2024-10-10 15:29:50 +02:00
parent 26f583c41a
commit 170bdbc154
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

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