Advertisement
Guest User

Untitled

a guest
Apr 15th, 2014
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. jinja part =====================
  2.  
  3. 'munin':{
  4. 'group_server':{
  5. 'prod': 'ip1',
  6. 'test': 'ip2',
  7. },
  8.  
  9. pillar ======================
  10. tags:
  11. tag_group: test
  12.  
  13.  
  14. some conf file that needs deployed: =============
  15.  
  16. {% if 'tag_group' in pillar['tags'] %}
  17. {{ jinjatest.munin.group_server.tag_group??? }}
  18.  
  19. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement