This commit is contained in:
Iwan Clément
2019-03-10 13:50:49 +01:00
parent bbb4003cfa
commit 9d448ba32c

View File

@@ -1,47 +1,16 @@
{% if grains['kernel'] == 'Linux' %}
include:
# - linux.update
- linux.VMSwappiness
- linux.MesPaquets
- softwares.userstation.sls
- linux.SSHPubKeys
- softwares.atom
- softwares.VisualStudioCode
- softwares.chrome
- softwares.VirtualBox
- softwares.vlc
- softwares.multimedia
- softwares.teamviewer
- softwares.nextcloud-client
- softwares.tlp
Installons les logiciels:
pkg.installed:
- pkgs:
- calibre
- thunderbird
- evolution-ews
- evolution-langpacks
- libreoffice-help-fr
- gnucash
- filezilla
- ncftp
- gnome-tweaks
- xsane
- system-config-printer
- gnome-tweaks
{% if grains['os_family'] == 'RedHat' %}
- fuse-sshfs
- fuse-encfs
- libreoffice-langpack-fr
- keepass
{% elif grains['os_family'] == 'Debian' %}
- sshfs
- encfs
- keepass2
- libreoffice-l10n-fr
{% endif %}
# timedatectl set-timezone Europe/Paris
Europe/Paris:
timezone.system
{% endif %}