Syntax fixes

This commit is contained in:
Patrik Lundin 2024-10-11 11:47:44 +02:00
parent 31d7a3c93a
commit 5185b62431
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -86,13 +86,13 @@ class cdn::cache(
mode => '0640',
}
concat::fragment { "${customer}.fullchain-${$cache_secrets['customers'][$customer]['host']}":
concat::fragment { "${customer}-fullchain-${cache_secrets['customers'][$customer]['host']}":
target => $combined_pem,
source => "/etc/letsencrypt/live/${cache_secrets['customers'][${customer}]['host']}/fullchain.pem",
order => '01'
}
concat::fragment { "${customer}-privkey-${$cache_secrets['customers'][$customer]['host']}":
concat::fragment { "${customer}-privkey-${cache_secrets['customers'][$customer]['host']}":
target => $combined_pem,
source => "/etc/letsencrypt/live/${cache_secrets['customers'][${customer}]['host']}/privkey.pem",
order => '02'