From 939fbabea3ac7a7b8c6568cd38978a67672fcf5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Sun, 16 Dec 2018 13:58:44 +0100 Subject: [PATCH] test sur centos --- linux/centos/init.sls | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/linux/centos/init.sls b/linux/centos/init.sls index 6bdd83e..8ed1f4b 100644 --- a/linux/centos/init.sls +++ b/linux/centos/init.sls @@ -1,7 +1,11 @@ +{% if grains.get['os_family'] == 'RedHat' %} + Installation des outils Net-tools: pkg.installed: - name: net-tools Installation de less: pkg.installed: - - name: less \ No newline at end of file + - name: less + +{% endif %} \ No newline at end of file