From 308cadc647f03d8bde3354b90272f8511974b57f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Wed, 21 Feb 2018 17:14:25 +0000 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'linux/CompletePhysica?= =?UTF-8?q?lFedora.sls'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/CompletePhysicalFedora.sls | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/linux/CompletePhysicalFedora.sls b/linux/CompletePhysicalFedora.sls index ffab168..d0cc3ea 100644 --- a/linux/CompletePhysicalFedora.sls +++ b/linux/CompletePhysicalFedora.sls @@ -1,5 +1,22 @@ {% if grains['os'] == 'Fedora' %} {% if grains['virtual'] == 'Physical' %} - foo: bar + Installation de KeepassX: + pkg.managed: + - pkgs: + - keepassx + - gnucash + - libreoffice-langpack-fr + - blivet-gui + - xsane + - unzip + - zip + - unrar + - sshfs + - encfs + - p7zip + - p7zip-plugins + - p7zip-gui + - screen + - calibre {% endif %} {% endif %} \ No newline at end of file