Mettre à jour 'linux/docker-ce.sls'
This commit is contained in:
@@ -1,13 +1,12 @@
|
|||||||
{% if grains['os_family'] == 'Debian' %}
|
{% if grains['kernel'] == 'Linux' %}
|
||||||
|
{% if grains['os_family'] == 'Debian' %}
|
||||||
DockerPrerequisitePackages:
|
DockerPrerequisitePackages:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- pkgs:
|
- pkgs:
|
||||||
- apt-transport-https
|
- apt-transport-https
|
||||||
- curl
|
- curl
|
||||||
- ethtool
|
{% endif %}
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if grains['kernel'] == 'Linux' %}
|
|
||||||
include:
|
include:
|
||||||
- linux.Debian.docker-ce
|
- linux.Debian.docker-ce
|
||||||
- linux.centos.docker-ce
|
- linux.centos.docker-ce
|
||||||
|
|||||||
Reference in New Issue
Block a user