Files
states/softwares/workstation.sls
CLEMENT Iwan d6813d55b8 french
2019-02-05 20:14:17 +01:00

34 lines
704 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
- softwares.nextcloud-client
Installons les logiciels:
pkg.installed:
- pkgs:
- calibre
- thunderbird
- evolution-ews
- evolution-langpacks
- libreoffice-help-fr
- libreoffice-langpack-fr
- keepass
- gnucash
- filezilla
- fuse-sshfs
- fuse-encfs
- ncftp
- gnome-tweaks
- xsane
- system-config-printer
{% endif %}