From 9206352c39061cb7ba14ee530408ea2acecc65b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Wed, 7 Nov 2018 14:43:24 +0000 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20du=20fichier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/docker-ce.sls | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 linux/docker-ce.sls diff --git a/linux/docker-ce.sls b/linux/docker-ce.sls new file mode 100644 index 0000000..9a79eb7 --- /dev/null +++ b/linux/docker-ce.sls @@ -0,0 +1,5 @@ +{% if grains['kernel'] == 'Linux' %} + include: + - linux.Debian.docker-ce + - linux.centos.docker-ce +{% endif %} \ No newline at end of file