Création du fichier

This commit is contained in:
Iwan Clément
2019-02-19 11:13:21 +00:00
parent e63cbada37
commit 4212fe5345

32
softwares/userstation.sls Normal file
View File

@@ -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 %}