This commit is contained in:
Patrik Lundin 2024-10-11 19:05:29 +02:00
parent a82798ead5
commit 3e393a62f9
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -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,
}