From 7402f8cfc1b69605ab8c5b0d0db86b5546ce28a3 Mon Sep 17 00:00:00 2001 From: Patrik Lundin Date: Fri, 11 Oct 2024 11:51:36 +0200 Subject: [PATCH] More tweaks --- global/overlay/etc/puppet/modules/cdn/manifests/cache.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp b/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp index d4507d5..b600bdd 100644 --- a/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp +++ b/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp @@ -88,14 +88,14 @@ class cdn::cache( 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' + source => "/etc/letsencrypt/live/${cache_secrets['customers'][$customer]['host']}/fullchain.pem", + order => '01', } 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' + source => "/etc/letsencrypt/live/${cache_secrets['customers'][$customer]['host']}/privkey.pem", + order => '02', } file { "/opt/sunet-cdn/customers/${customer}/conf/haproxy.cfg":