From 4212fe53457ede3288c7ea4d6d37e40d3d6d1b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Tue, 19 Feb 2019 11:13:21 +0000 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20du=20fichier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- softwares/userstation.sls | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 softwares/userstation.sls diff --git a/softwares/userstation.sls b/softwares/userstation.sls new file mode 100644 index 0000000..57858f0 --- /dev/null +++ b/softwares/userstation.sls @@ -0,0 +1,32 @@ +{% 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 %} \ No newline at end of file