Files: c665bf96bb285a6f2c440671a555577192e263dc / salt / state / top.sls
147 bytesRaw
1 | {% for role in salt['grains.get']('roles', []) %} |
2 | {% if role %} |
3 | 'role:{{ role }}': |
4 | - match: grain |
5 | - {{ role }} |
6 | |
7 | {% endif %} |
8 | {% endfor %} |
9 |
Built with git-ssb-web