From 3e393a62f9391809be3440ef9568ec4f108e8630 Mon Sep 17 00:00:00 2001 From: Patrik Lundin Date: Fri, 11 Oct 2024 19:05:29 +0200 Subject: [PATCH] Add '' --- 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 1505f34..163f0b8 100644 --- a/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp +++ b/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp @@ -56,7 +56,7 @@ class cdn::cache( } # Reload the network config if it has changed exec { "networkctl reload": - subscribe => File[/etc/systemd/network/cdn-dummy.network], + subscribe => File['/etc/systemd/network/cdn-dummy.network'], refreshonly => true, }