Skip to content

Instantly share code, notes, and snippets.

Created October 12, 2016 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3ccb0dac9fb8e597eee075e9faeed399 to your computer and use it in GitHub Desktop.
Save anonymous/3ccb0dac9fb8e597eee075e9faeed399 to your computer and use it in GitHub Desktop.
www-prod-group:
group.present:
- name: www-prod
- gid: 1000
www-prod-user:
user.present:
- name: www-prod
- uid: 1000
- gid_from_name: True
- groups: www-prod
- home: /var/www/prod
- password: x
- shell: /bin/sh
- fullname: ZIRC Prod
- require:
- group: www-prod-group
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment