Advertisement
Guest User

Untitled

a guest
Jul 1st, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. {% if grains.region == 'ntt' %}
  2. {% if grains.az == 'az1' %}
  3. - ntt_az1.sls
  4. {% endif% }
  5. {# if grains.az == 'az2' %}
  6. - ntt_az2.sls
  7. {% endif % }
  8. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement