salt/tests/integration/files/pillar/base/generic.sls

8 lines
121 B
Plaintext
Raw Normal View History

2012-03-29 22:19:19 +00:00
monty: python
os: {{ grains['os'] }}
{% if grains['os'] == 'Fedora' %}
class: redhat
{% else %}
class: other
{% endif %}