Files
states/softwares/workstation.sls
Iwan Clément 18cfe7f2e5 maj
2019-03-10 14:20:20 +01:00

25 lines
506 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
{% if grains['os_family'] == 'RedHat' %}
- evolution-langpacks
{% endif %}
'Installons les logiciels pour XRDP':
pkg.installed:
- pkgs:
- xrdp
- xrdp-pulseaudio-installer
{% endif %}