5 lines
115 B
Plaintext
5 lines
115 B
Plaintext
{% if grains['os'] == 'Fedora' %}
|
|
{% if grains['virtual'] == 'Physical' %}
|
|
foo: bar
|
|
{% endif %}
|
|
{% endif %} |