Création du fichier
This commit is contained in:
32
softwares/userstation.sls
Normal file
32
softwares/userstation.sls
Normal 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 %}
|
||||
Reference in New Issue
Block a user