Make puppet-lint happy

This commit is contained in:
Patrik Lundin 2024-10-11 20:04:13 +02:00
parent 3e393a62f9
commit 382214ef2b
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

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