Skip to content
Snippets Groups Projects
Commit 412c354a authored by skorpy's avatar skorpy :construction_worker:
Browse files
parent b397413a
No related branches found
No related tags found
Loading
Pipeline #28745 passed
......@@ -11,9 +11,9 @@ de_locale:
locales_reconfigure:
cmd.wait:
cmd.run:
- name: /usr/sbin/dpkg-reconfigure -f noninteractive locales
- watch:
- onchanges:
- locale: en_locale
- locale: de_locale
......
......@@ -8,9 +8,9 @@
- makedirs: True
ifreload-on-gretap:
cmd.wait:
cmd.run:
- name: /sbin/ifreload -af
- watch:
- onchanges:
- file: /etc/network/interfaces.d/gretap
- require:
- file: /etc/network/interfaces.d/gretap
......
......@@ -8,9 +8,9 @@
- makedirs: True
ifreload-on-gretun:
cmd.wait:
cmd.run:
- name: /sbin/ifreload -af
- watch:
- onchanges:
- file: /etc/network/interfaces.d/gre
- require:
- file: /etc/network/interfaces.d/gre
......
......@@ -22,7 +22,7 @@ clean /etc/systemd/network/:
# Reload interface configuration if neccessary
ifreload:
cmd.wait:
cmd.run:
- name: /sbin/ifreload -af
- require:
- file: /etc/network/ifupdown2/ifupdown2.conf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment