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' %} {% if grains['kernel'] == 'Linux' %}
include: include:
# - linux.update # - linux.update
- linux.VMSwappiness - softwares.userstation.sls
- linux.MesPaquets
- linux.SSHPubKeys - linux.SSHPubKeys
- softwares.atom - softwares.atom
- softwares.VisualStudioCode - softwares.VisualStudioCode
- softwares.chrome
- softwares.VirtualBox - softwares.VirtualBox
- softwares.vlc
- softwares.multimedia
- softwares.teamviewer
- softwares.nextcloud-client
- softwares.tlp - softwares.tlp
Installons les logiciels: Installons les logiciels:
pkg.installed: pkg.installed:
- pkgs: - pkgs:
- calibre
- thunderbird
- evolution-ews - evolution-ews
- evolution-langpacks - 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 %} {% endif %}