From e8de78ed6631442bccddfe1b1a36df9f272fefa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Wed, 21 Feb 2018 19:36:33 +0000 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'linux/Fedora.sls'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/Fedora.sls | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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