Files
states/softwares/workstation.sls
2019-02-06 18:44:37 +00:00

39 lines
798 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
- gnome-tweaks
# timedatectl set-timezone Europe/Paris
Europe/Paris:
timezone.system
{% endif %}