瀏覽代碼

Use expected ordering.

Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>
Maximilian Wilhelm 7 年之前
父節點
當前提交
e5c8653c68
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      sysctl/router.sls

+ 4 - 4
sysctl/router.sls

@@ -5,15 +5,15 @@
 include:
   - sysctl
 
-/etc/sysctl.d/21-ip_forward.conf:
+/etc/sysctl.d/20-arp_caches.conf:
   file.managed:
-    - source: salt://sysctl/ip_forward.conf
+    - source: salt://sysctl/arp_caches.conf
     - watch_in:
       - cmd: reload-sysctl
 
-/etc/sysctl.d/20-arp_caches.conf:
+/etc/sysctl.d/21-ip_forward.conf:
   file.managed:
-    - source: salt://sysctl/arp_caches.conf
+    - source: salt://sysctl/ip_forward.conf
     - watch_in:
       - cmd: reload-sysctl