Advertisement
Guest User

mypackage.sls

a guest
Feb 5th, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. top.sls:
  2. ========
  3.  
  4. base:
  5. '*':
  6. - mypackages
  7.  
  8. mypackages.sls:
  9. =================
  10. svn:
  11. pkg.installed
  12. - fromrepo: http://mirror.cogentco.com/pub/apache/subversion/
  13. - skip_verify: True
  14.  
  15. apache:
  16. pkg:
  17. - installed
  18. service:
  19. - running
  20. - require:
  21. - pkg: apache
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement