Advertisement
Guest User

Untitled

a guest
Jun 8th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.29 KB | None | 0 0
  1. /etc/salt/master.d/file.conf>
  2.  
  3. <code>
  4. file_roots:
  5.   base:
  6.     - /opt/dws-ops/file_roots
  7.     - /opt/formulas/apache-formula
  8. </code>
  9.  
  10. top.sls:
  11. <code>
  12. base:
  13.   '*':
  14.     - base
  15.     - users
  16.     - ssh
  17.  
  18. [...]
  19.  
  20.   'G@roles:apache-formula':
  21.     - match: compound
  22.     - apache
  23. </code>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement