Files
states/softwares/workstation.sls
Iwan Clément 75098bd9c2 Que pour linux
2018-11-16 18:05:33 +00:00

16 lines
299 B
Plaintext

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