mirror of
https://github.com/jbowdre/vagrant-saltlab.git
synced 2024-11-27 07:22:19 +00:00
5 lines
113 B
Text
5 lines
113 B
Text
{% for user, uid in pillar.get('users', {}).items() %}
|
|
{{user}}:
|
|
user.present:
|
|
- uid: {{uid}}
|
|
{% endfor %}
|