|
@@ -7,8 +7,6 @@
|
|
# has been configured for this node.
|
|
# has been configured for this node.
|
|
#
|
|
#
|
|
{%- set roles = salt['pillar.get']('nodes:' ~ grains['id'] ~ ':roles', []) %}
|
|
{%- set roles = salt['pillar.get']('nodes:' ~ grains['id'] ~ ':roles', []) %}
|
|
-include:
|
|
|
|
- - apt
|
|
|
|
|
|
|
|
{%- if 'batman' in roles %}
|
|
{%- if 'batman' in roles %}
|
|
batctl:
|
|
batctl:
|
|
@@ -61,6 +59,9 @@ batman-adv-dkms:
|
|
/etc/bat-hosts:
|
|
/etc/bat-hosts:
|
|
file.absent
|
|
file.absent
|
|
|
|
|
|
|
|
+/etc/modules-load.d/batman-adv.conf:
|
|
|
|
+ file.absent
|
|
|
|
+
|
|
/etc/cron.d/ff_check_gateway:
|
|
/etc/cron.d/ff_check_gateway:
|
|
file.absent
|
|
file.absent
|
|
|
|
|