Skip to content

Instantly share code, notes, and snippets.

@m87carlson
Created March 28, 2013 01:25
Show Gist options
  • Save m87carlson/5259726 to your computer and use it in GitHub Desktop.
Save m87carlson/5259726 to your computer and use it in GitHub Desktop.
home-dirs:
file.directory:
{% for user in pillar['allowed_users'] %}
- name: /home/{{ grains.realm.split('.')[0] }}/{{ user }}
- user: {{ user }}
{% endfor %}
- mode: 700
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment