Files
states/softwares/workstation.sls
2018-11-22 21:24:25 +01:00

29 lines
573 B
Plaintext

{% if grains['kernel'] == 'Linux' %}
include:
# - linux.update
- linux.VMSwappiness
- linux.MesPaquets
- linux.SSHPubKeys
- softwares.atom
- softwares.VisualStudioCode
- softwares.chrome
# - softwares.VirtualBox
- softwares.vlc
- softwares.multimedia
Installons les logiciels:
pkg.installed:
- pkgs:
- calibre
- thunderbird
- evolution-ews
- evolution-langpacks
- libreoffice-help-fr
- keepass
- gnucash
- filezilla
- fuse-sshfs
- fuse-encfs
- ncftp
- gnome-tweaks
{% endif %}