Mettre à jour 'linux/CompletePhysicalFedora.sls'

This commit is contained in:
Iwan Clément
2018-02-21 17:14:25 +00:00
parent 163298e4e7
commit 308cadc647

View File

@@ -1,5 +1,22 @@
{% if grains['os'] == 'Fedora' %} {% if grains['os'] == 'Fedora' %}
{% if grains['virtual'] == 'Physical' %} {% 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 %}
{% endif %} {% endif %}