Protection pour Linux uniquement

This commit is contained in:
2018-04-29 09:15:14 +02:00
parent 74ef3734d3
commit 0c859e4144

View File

@@ -1,4 +1,5 @@
Installation des outils Linux par defaut: {% if grains['kernel'] == 'Linux' %}
Installation des outils Linux par defaut:
pkg.installed: pkg.installed:
- pkgs: - pkgs:
- less - less
@@ -14,6 +15,7 @@ Installation des outils Linux par defaut:
- bc - bc
- git - git
sshd: sshd:
service.running: service.running:
- enable: True - enable: True
{% endif %}