Advertisement
Guest User

Untitled

a guest
May 5th, 2015
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. #### /etc/salt/master
  2.  
  3. file_roots:
  4. base:
  5. - /srv/salt/secure
  6. - /srv/salt/base/states
  7.  
  8. pillar_roots:
  9. base:
  10. - /srv/salt/base/pillar
  11.  
  12. fileserver_backend:
  13. - roots
  14. - git
  15.  
  16. gitfs_provider: gitpython
  17.  
  18. gitfs_remotes:
  19. - https://github.com/bougie/salt-phabricator-formula.git
  20. # Note I've done a service salt-master restart
  21.  
  22. #### excerpt from states/top.sls
  23. base:
  24. salt*: # the box is called salt1
  25. - phabricator
  26.  
  27. #### states/phabricator.sls
  28.  
  29. phabricator:
  30. phabricator.install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement