14 lines
285 B
Plaintext
14 lines
285 B
Plaintext
{% if grains['os_family'] == 'Debian' %}
|
|
DockerPrerequisitePackages:
|
|
pkg.installed:
|
|
- pkgs:
|
|
- apt-transport-https
|
|
- curl
|
|
- ethtool
|
|
{% endif %}
|
|
|
|
{% if grains['kernel'] == 'Linux' %}
|
|
include:
|
|
- linux.Debian.docker-ce
|
|
- linux.centos.docker-ce
|
|
{% endif %} |