Advertisement
jeter___

Untitled

Nov 28th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. file_roots:
  2. dev:
  3. - /srv/states/dev
  4. - /srv/states/base
  5. ocean:
  6. - /srv/states/ocean
  7. - /srv/states/base
  8. prod:
  9. - /srv/states/prod
  10. - /srv/states/base
  11.  
  12.  
  13.  
  14. /srv/states/base/top.sls
  15. dev:
  16. 'dev':
  17. - php.environment
  18. - php.dev
  19. - mysql.dev
  20. - mysql.database
  21. - mysql.sphinxacct
  22. - mysql.roundcubeacct
  23. - postfix.sendgrid
  24. - dovecot.dev
  25. - roundcube
  26. - kernel.dev
  27. - nginx.virtualhosts
  28. 'roles:web':
  29. - match: grain
  30. - nginx.repo
  31. - nginx.dev
  32.  
  33. /srv/states/ocean/top.sls
  34. ocean:
  35. 'roles:web':
  36. - match: grain
  37. - nginx.repo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement