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