From 75098bd9c28a7dcf26e5e2d4dfb42f0bfcb39c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Fri, 16 Nov 2018 18:05:33 +0000 Subject: [PATCH] Que pour linux --- softwares/workstation.sls | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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