diff --git a/softwares/workstation.sls b/softwares/workstation.sls index adad598..2cae72c 100644 --- a/softwares/workstation.sls +++ b/softwares/workstation.sls @@ -1,5 +1,6 @@ +{% if grains['kernel'] == 'Linux' %} Installons les logiciels: - pkg.managed: + pkg.installed: - pkgs: - sshfs - zip @@ -12,4 +13,4 @@ Installons les logiciels: - evolution-langpacks - libreoffice-help-fr - keepass - \ No newline at end of file +{% endif %} \ No newline at end of file