diff --git a/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp b/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp index f6aaf8a..d4507d5 100644 --- a/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp +++ b/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp @@ -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'