From 2e97c8c708bab08a37980a54920fbe03410280f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Tue, 20 Feb 2018 17:29:25 +0000 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'linux/MesPaquets.sls'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/MesPaquets.sls | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/linux/MesPaquets.sls b/linux/MesPaquets.sls index b964117..58a2108 100644 --- a/linux/MesPaquets.sls +++ b/linux/MesPaquets.sls @@ -1,3 +1,9 @@ +{% if grains['os'] == 'Fedora' %} + Installation de Gnome-Tweak-Tool: + pkg.installed: + - name: gnome-tweak-tool +{% endif %} + Installation des outils Net-tools: pkg.installed: - name: net-tools @@ -20,10 +26,4 @@ Installation de wget: Installation de sudo: pkg.installed: - - name: sudo - -{% if grains['os'] == 'Fedora' %} - Installation de Gnome-Tweak-Tool: - pkg.installed: - - name: gnome-tweak-tool -{% endif %} + - name: sudo \ No newline at end of file