Files
states/softwares/workstation.sls
Iwan Clément 0e01074209 Ajout de xsane
2018-12-04 12:30:30 +01:00

31 lines
612 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
- softwares.teamviewer
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
- xsane
{% endif %}