Advertisement
Guest User

Untitled

a guest
Jun 13th, 2013
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. cat /srv/pillar/top.sls
  2.  
  3. base:
  4. '*':
  5. - default-common-values
  6. 'HostA':
  7. - HostA-configs
  8. 'HostB':
  9. - HostB-configs
  10. 'os:Ubuntu'
  11. - match: grain
  12. - Ubuntu-configs
  13.  
  14. cat /srv/pillar/default-common-values.sls
  15. default_paths: /default/path/to/something
  16.  
  17. cat /srv/pillar/HostA-configs.sls
  18. haproxy_source: http://localhost/test
  19. haproxy_hash: md5=e1911cdcd9bca71653b5fc5e5c03dc36
  20.  
  21. cat /srv/pillar/HostB-configs.sls
  22. haproxy_source: http://localhost/test2
  23. haproxy_hash: md5=026d7edc66fb6e5b2ce1ea6e4b2f7bb9
  24.  
  25. cat /srv/pillar/Ubuntu-configs.sls
  26. haproxy_source: http://localhost/testubuntu
  27. haproxy_hash: md5=234d7edc66fb6e5b2ce1ea6e4b2f7dk3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement