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