Ajout des packages Debian

This commit is contained in:
Iwan Clément
2018-11-07 14:51:28 +00:00
parent 8b978107e4
commit 5c2a6b4006

View File

@@ -1,3 +1,12 @@
{% if grains['os_family'] == 'Debian' %}
DockerPrerequisitePackages:
pkg.installed:
- pkgs:
- apt-transport-https
- curl
- ethtool
{% endif %}
{% if grains['kernel'] == 'Linux' %}
include:
- linux.Debian.docker-ce