Advertisement
Guest User

Untitled

a guest
Feb 29th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. top.sls
  2.  
  3. '*':
  4. - test.c
  5. - test.d
  6.  
  7. test/a.sls :
  8.  
  9. titi:
  10. - toto: {{ var1 }}
  11.  
  12. test/c.sls :
  13.  
  14. include:
  15. - test.a:
  16. defaults:
  17. var1: toto
  18.  
  19. test/d.sls:
  20. include:
  21. - test.a:
  22. defaults:
  23. var1: tata
  24.  
  25. resulting pillar.items
  26. titi:
  27. |_
  28. ----------
  29. toto:
  30. toto
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement