Files
states/softwares/userstation.sls
2019-02-19 11:13:21 +00:00

32 lines
637 B
Plaintext

{% if grains['kernel'] == 'Linux' %}
include:
# - linux.update
- linux.VMSwappiness
- linux.MesPaquets
# - linux.SSHPubKeys
- softwares.chrome
- softwares.vlc
- softwares.multimedia
- softwares.teamviewer
- softwares.nextcloud-client
Installons les logiciels:
pkg.installed:
- pkgs:
- calibre
- thunderbird
- libreoffice-help-fr
- libreoffice-langpack-fr
- keepass
- filezilla
- fuse-sshfs
- fuse-encfs
- ncftp
- xsane
- system-config-printer
- gnome-tweaks
# timedatectl set-timezone Europe/Paris
Europe/Paris:
timezone.system
{% endif %}