Advertisement
Guest User

Untitled

a guest
Jan 6th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. [root@salt-master01 salt]# cat packages/ad_client/init.sls
  2. {% if grains['osmajorrelease'][0] == '5'}
  3. include:
  4. - ad_client.5
  5. {% if grains['osmajorrelease'][0] == '6'}
  6. include:
  7. - ad_client.6
  8. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement