diff --git a/linux/Fedora.sls b/linux/Fedora.sls index 3bcc63c..ffbdfc9 100644 --- a/linux/Fedora.sls +++ b/linux/Fedora.sls @@ -1,3 +1,5 @@ -include: - - linux.CommonFedora - - linux.PhysicalFedora \ No newline at end of file +{% if grains['os'] == 'Fedora' %} + include: + - linux.CommonFedora + - linux.PhysicalFedora +{% endif %} \ No newline at end of file