Files
states/softwares/workstation.sls
Iwan Clément 3134664c13 Ajout d'Atom
2018-11-16 19:24:42 +00:00

20 lines
376 B
Plaintext

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