git ssb

1+

dinoworm ๐Ÿ› / butt-as-a-service



Tree: 41a9e23328db99c055dda3f7889f74141df9ba65

Files: 41a9e23328db99c055dda3f7889f74141df9ba65 / example / salt / pillar / top.sls

186 bytesRaw
1production:
2 '*':
3 - agents
4 {% set roles = salt['grains.get']('roles', []) -%}
5 {% for role in roles -%}
6 'roles:{{ role }}':
7 - match: grain
8 - {{ role }}
9 {% endfor -%}
10

Built with git-ssb-web