Files
states/softwares/workstation.sls
Iwan Clément 7ded2f0cdd XRDP packages
2019-03-10 14:15:32 +01:00

23 lines
453 B
Plaintext

{% if grains['kernel'] == 'Linux' %}
include:
# - linux.update
- softwares.userstation
- linux.SSHPubKeys
- softwares.atom
- softwares.VisualStudioCode
- softwares.VirtualBox
- softwares.tlp
'Installons les logiciels pour Exchange':
pkg.installed:
- pkgs:
- evolution-ews
- evolution-langpacks
'Installons les logiciels pour XRDP':
pkg.installed:
- pkgs:
- xrdp
- xrdp-pulseaudio-installer
{% endif %}