Ajouter 'linux/CompletePhysicalFedora.sls'

This commit is contained in:
Iwan Clément
2018-02-21 17:00:37 +00:00
parent 7427e20d62
commit 163298e4e7

View File

@@ -0,0 +1,5 @@
{% if grains['os'] == 'Fedora' %}
{% if grains['virtual'] == 'Physical' %}
foo: bar
{% endif %}
{% endif %}