From 4fd6171c5d64cf4c23a668615f378afbed166e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Wed, 21 Feb 2018 18:55:20 +0000 Subject: [PATCH] Ajouter 'linux/AllFedora.sls' --- linux/AllFedora.sls | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 linux/AllFedora.sls diff --git a/linux/AllFedora.sls b/linux/AllFedora.sls new file mode 100644 index 0000000..56c5fe7 --- /dev/null +++ b/linux/AllFedora.sls @@ -0,0 +1,14 @@ +{% 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