Advertisement
Guest User

Untitled

a guest
Sep 12th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. server is named public
  2. salt-call state.highstate and test.ping work fine
  3.  
  4. pillar/top.sls:
  5. -------------
  6. base:
  7. '*':
  8. - global
  9. dev:
  10. 'dybbuk*':
  11. - dy_dev
  12. pub:
  13. 'public':
  14. - nginx
  15.  
  16. pillar/pub/nginx.sls
  17. -------------
  18. nginx:
  19. sites:
  20. - foo.com
  21. - bar.com
  22.  
  23. pillar_roots
  24. -------------
  25. pillar_roots:
  26. base:
  27. - /srv/pillar
  28. dev:
  29. - /srv/pillar/dev
  30. public:
  31. - /srv/pillar/pub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement