Browse Source

bird: Make sure bird6 is reconfigured after removing radv protocol.

Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>
Maximilian Wilhelm 6 years ago
parent
commit
6f50ff4e92
1 changed files with 4 additions and 2 deletions
  1. 4 2
      bird/init.sls

+ 4 - 2
bird/init.sls

@@ -370,6 +370,8 @@ bird6-configure:
     - require_in:
       - service: bird6
 {% else %}
-/etc/bird/bird6.d/ravd.conf:
-  file.absent
+/etc/bird/bird6.d/radv.conf:
+  file.absent:
+    - watch_in:
+      - cmd: bird6-configure
 {% endif %}