Files
states/softwares/workstation.sls
Iwan Clément 6c682fce81 Pas d'update
2018-11-16 19:43:38 +00:00

19 lines
361 B
Plaintext

{% if grains['kernel'] == 'Linux' %}
include:
# - linux.update
- linux.VMSwappiness
- linux.MesPaquets
- linux.SSHPubKeys
- softwares.atom
Installons les logiciels:
pkg.installed:
- pkgs:
- calibre
- thunderbird
- evolution-ews
- evolution-langpacks
- libreoffice-help-fr
- keepass
- gnucash
{% endif %}