From 294bcfc4500c06a774737c122ab55af47c9a63f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Wed, 21 Feb 2018 19:37:06 +0000 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'linux/CommonFedora.sl?= =?UTF-8?q?s'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/CommonFedora.sls | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/linux/CommonFedora.sls b/linux/CommonFedora.sls index 56c5fe7..3e88ead 100644 --- a/linux/CommonFedora.sls +++ b/linux/CommonFedora.sls @@ -1,14 +1,12 @@ -{% if grains['os'] == 'Fedora' %} - Installation des paquets pour toutes les Fedora: - pkg.installed: - - pkgs: - - keepassx - - fuse-sshfs - - libreoffice-langpack-fr - - unzip - - zip - - unrar - - p7zip - - p7zip-plugins - - p7zip-gui -{% endif %} \ No newline at end of file +Installation des paquets pour toutes les Fedora: + pkg.installed: + - pkgs: + - keepassx + - fuse-sshfs + - libreoffice-langpack-fr + - unzip + - zip + - unrar + - p7zip + - p7zip-plugins + - p7zip-gui \ No newline at end of file