From 163298e4e79e96bfe32601fa5f13f295c8c2eac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Wed, 21 Feb 2018 17:00:37 +0000 Subject: [PATCH] Ajouter 'linux/CompletePhysicalFedora.sls' --- linux/CompletePhysicalFedora.sls | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 linux/CompletePhysicalFedora.sls 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