Commit 570a635e80dfd51d57bc92d52f2e5cbd1ddd011d
appease the salt gods
Michael Williams committed on 12/25/2017, 11:16:14 AMParent: fc7bb9787fd193ef240432680c1c942729273766
Files changed
salt/state/hub.sls | changed |
salt/state/hub.sls | ||
---|---|---|
@@ -13,8 +13,11 @@ | ||
13 | 13 … | - restart_policy: unless-stopped |
14 | 14 … | - require: |
15 | 15 … | - docker_image: ahdinosaur/healer |
16 | 16 … | |
17 … | +/root/bots/: | |
18 … | + file.directory | |
19 … | + | |
17 | 20 … | {% set seeds = salt['pillar.get']('hub:seeds', []) %} |
18 | 21 … | {% set pubs = salt['pillar.get']('hub:pubs', []) %} |
19 | 22 … | |
20 | 23 … | {% for pub in pubs %} |
Built with git-ssb-web