From 0447b7b1060f6adcecfffcd6d5ec5e5ce97baee6 Mon Sep 17 00:00:00 2001 From: Patrik Lundin Date: Tue, 12 Nov 2024 16:31:29 +0100 Subject: [PATCH] Restart sunet-cdnp if extracting new version --- global/overlay/etc/puppet/modules/cdn/manifests/cache.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp b/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp index ae49a31..1d86905 100644 --- a/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp +++ b/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp @@ -176,6 +176,7 @@ class cdn::cache( command => "tar -xzf ${sunet_cdnp_file} sunet-cdnp", cwd => $sunet_cdnp_dir, refreshonly => true, + notify => Service['sunet-cdnp'], } file { "${sunet_cdnp_dir}/sunet-cdnp":