Missing [
This commit is contained in:
parent
ca7fbbe945
commit
37ad05ca6b
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue