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