Advertisement
Guest User

Untitled

a guest
Mar 26th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. top.sls
  2. base:
  3. 'haproxy-*-1':
  4. - haproxy-1
  5.  
  6.  
  7. cat haproxy-1/init.sls
  8. include:
  9. - jean
  10.  
  11.  
  12. cat haproxy-1/jean.sls
  13. websites:
  14. '8000':
  15. - vhost:
  16. - jean.co.nz
  17. - alias.jean.co.nz
  18. - ssl: True
  19. - pem: jean.pem
  20.  
  21.  
  22.  
  23.  
  24. salt 'haproxy*1' pillar.items
  25. haproxy-lyndon-1:
  26. ----------
  27. _errors:
  28. - Specified SLS 'jean' in environment '58faaa5-dev' is not available on the salt master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement