Explorar o código

network: ff_fix_default_route should be present before executing

Karsten Böddeker %!s(int64=7) %!d(string=hai) anos
pai
achega
57e26cee12
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      network/interfaces/init.sls

+ 1 - 0
network/interfaces/init.sls

@@ -60,6 +60,7 @@ ifreload:
   cmd.wait:
     - require:
       - cmd: ifreload
+      - file: /usr/local/sbin/ff_fix_default_route
     - watch:
       - file: /etc/network/interfaces
 {% else %}