Files
states/linux/CompletePhysicalFedora.sls
2018-02-21 17:14:25 +00:00

22 lines
478 B
Plaintext

{% if grains['os'] == 'Fedora' %}
{% if grains['virtual'] == 'Physical' %}
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 %}