diff --git a/softwares/workstation.sls b/softwares/workstation.sls index 265082d..8668c1e 100644 --- a/softwares/workstation.sls +++ b/softwares/workstation.sls @@ -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 %} \ No newline at end of file