Browse Source

batman: Make sure the pkg.installed stanza always has an attribute

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 2 years ago
parent
commit
076aac80b9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      batman/init.sls

+ 1 - 0
batman/init.sls

@@ -11,6 +11,7 @@
 {%- if 'batman' in roles %}
 batctl:
   pkg.latest:
+    - name: batctl
 {% if grains.oscodename == 'buster' %}
     - fromrepo: buster-backports
 {% endif %}