From 382214ef2bce17a26315d673da9cf79e14e9ef2c Mon Sep 17 00:00:00 2001 From: Patrik Lundin Date: Fri, 11 Oct 2024 20:04:13 +0200 Subject: [PATCH] Make puppet-lint happy --- 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 163f0b8..b7a8b74 100644 --- a/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp +++ b/global/overlay/etc/puppet/modules/cdn/manifests/cache.pp @@ -55,7 +55,7 @@ class cdn::cache( content => template('cdn/cache/cdn-dummy.network.erb'), } # Reload the network config if it has changed - exec { "networkctl reload": + exec { 'networkctl reload': subscribe => File['/etc/systemd/network/cdn-dummy.network'], refreshonly => true, }