Files
states/softwares/workstation.sls
2019-03-23 18:57:28 +01:00

24 lines
491 B
Plaintext

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