git ssb

1+

dinoworm 🐛 / butt-as-a-service



Commit 1b0f88ad0dc819e99e066fb621372dabff4ab28f

using pillars not grains

Michael Williams committed on 12/25/2017, 10:50:09 AM
Parent: 26c6924420884e070ce7d09009de2a5a6d9c7cb7

Files changed

salt/state/hub.slschanged
salt/state/hub.slsView
@@ -13,10 +13,10 @@
1313 - restart_policy: unless-stopped
1414 - require:
1515 - docker_image: ahdinosaur/healer
1616
17-{% set seeds = salt['grains.get']('hub:seeds', []) %}
18-{% set pubs = salt['grains.get']('hub:pubs', []) %}
17 +{% set seeds = salt['pillar.get']('hub:seeds', []) %}
18 +{% set pubs = salt['pillar.get']('hub:pubs', []) %}
1919
2020 {% for pub in pubs %}
2121
2222 {% set name = pub.name %}

Built with git-ssb-web