Missing [

This commit is contained in:
Patrik Lundin 2024-10-11 22:12:05 +02:00
parent ca7fbbe945
commit 37ad05ca6b
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -73,7 +73,7 @@ class cdn::cache(
# Reload the network config if it has changed # Reload the network config if it has changed
exec { 'networkctl reload': 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, refreshonly => true,
} }