From 37ad05ca6be0a20b36883a0d9e0593de300888c0 Mon Sep 17 00:00:00 2001 From: Patrik Lundin Date: Fri, 11 Oct 2024 22:12:05 +0200 Subject: [PATCH] Missing [ --- global/overlay/etc/puppet/modules/cdn/manifests/cache.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp b/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp index 0b3cbfc..2104623 100644 --- a/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp +++ b/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp @@ -73,7 +73,7 @@ class cdn::cache( # Reload the network config if it has changed exec { 'networkctl reload': - subscribe => File['/etc/systemd/network/10-cdn-dummy.network'], File['/etc/systemd/network/10-cdn-ipip.network']], + subscribe => [File['/etc/systemd/network/10-cdn-dummy.network'], File['/etc/systemd/network/10-cdn-ipip.network']], refreshonly => true, }