diff --git a/linux/CompletePhysicalFedora.sls b/linux/CompletePhysicalFedora.sls new file mode 100644 index 0000000..ffab168 --- /dev/null +++ b/linux/CompletePhysicalFedora.sls @@ -0,0 +1,5 @@ +{% if grains['os'] == 'Fedora' %} + {% if grains['virtual'] == 'Physical' %} + foo: bar + {% endif %} +{% endif %} \ No newline at end of file