From 343a9f084756ae30e81b174b5009641b1f06cd05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Wed, 7 Feb 2018 17:27:16 +0000 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'linux/init.sls'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/init.sls | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/linux/init.sls b/linux/init.sls index 527643c..96d1f00 100644 --- a/linux/init.sls +++ b/linux/init.sls @@ -2,9 +2,17 @@ pkg.upgrade: module.run: - refresh: True -Installation des outils Net-tools: - pkg.installed: - - name: net-tools +base: + 'G@os:Debian': + - debian + +base: + 'G@os:Fedora': + - fedora + +base: + 'G@os:Centos': + - centos sudo: pkg.installed