Que pour linux

This commit is contained in:
Iwan Clément
2018-11-16 18:05:33 +00:00
parent 017717f5c4
commit 75098bd9c2

View File

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