Protection pour Linux uniquement

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

View File

@@ -1,19 +1,21 @@
Installation des outils Linux par defaut: {% if grains['kernel'] == 'Linux' %}
pkg.installed: Installation des outils Linux par defaut:
- pkgs: pkg.installed:
- less - pkgs:
- curl - less
- openssh-server - curl
- wget - openssh-server
- sudo - wget
- screen - sudo
- net-tools - screen
- unzip - net-tools
- zip - unzip
- bzip2 - zip
- bc - bzip2
- git - bc
- git
sshd: sshd:
service.running: service.running:
- enable: True - enable: True
{% endif %}