Sfoglia il codice sorgente

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

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 3 anni fa
parent
commit
076aac80b9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 %}