Update 'linux/Debian/DebianFamilyPackage.sls'

This commit is contained in:
Iwan Clément
2018-04-07 07:57:16 +00:00
parent 741c90c8fe
commit edccefa4cb

View File

@@ -0,0 +1,7 @@
{% if grains['os_family'] == 'Debian' %}
Installation des paquets pour toute Debian:
pkg.installed:
- pkgs:
- p7zip
- dnsutils
{% endif %}