Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. /etc/test.conf:
  2. file.managed:
  3. - source: salt://authconf/test.conf.{{pillar['interface']}}.{{pillar['location']}}
  4. - backup: minion
  5. - user: root
  6. - group: root
  7. - mode: 644
  8.  
  9.  
  10. /etc/samba/smb.conf:
  11. file.managed:
  12. - source: salt://authconf/smb.conf.{{pillar['interface']}}.{{pillar['location']}}
  13. - backup: minion
  14. - user: root
  15. - group: root
  16. - mode: 644
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement