Ajout de NCDU

This commit is contained in:
Iwan Clément
2019-02-19 11:20:34 +00:00
parent 38f8e7633b
commit 15c5a5ae17

View File

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