Files
states/softwares/workstation.sls
2018-11-16 18:11:33 +00:00

20 lines
353 B
Plaintext

{% if grains['kernel'] == 'Linux' %}
include:
- linux.VMSwappiness
- linux.MesPaquets
Installons les logiciels:
pkg.installed:
- pkgs:
- sshfs
- zip
- unzip
- encfs
- git
- calibre
- thunderbird
- evolution-ews
- evolution-langpacks
- libreoffice-help-fr
- keepass
{% endif %}