Update 'linux/Debian/DebianFamilyPackage.sls'
This commit is contained in:
7
linux/Debian/DebianFamilyPackage.sls
Normal file
7
linux/Debian/DebianFamilyPackage.sls
Normal file
@@ -0,0 +1,7 @@
|
||||
{% if grains['os_family'] == 'Debian' %}
|
||||
Installation des paquets pour toute Debian:
|
||||
pkg.installed:
|
||||
- pkgs:
|
||||
- p7zip
|
||||
- dnsutils
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user