Advertisement
Guest User

Untitled

a guest
Mar 6th, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. -bash-4.1# more users/init.sls
  2. munin:
  3. user.present;
  4. - fullname: {{ pillar['userdata']['munin']['fullname'] }}
  5. - password: {{ pillar['userdata']['munin']['password'] }}
  6. - groups: {{ pillar['userdata']['munin']['groups'] }}
  7.  
  8. thing:
  9. user.present;
  10. - fullname: {{ pillar['userdata']['thing']['fullname'] }}
  11. - password: {{ pillar['userdata']['thing']['password'] }}
  12. - groups: {{ pillar['userdata']['thing']['groups'] }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement