From 5a73e33511f1735453a0cc64e5b78fdb791a8c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Wed, 7 Nov 2018 14:41:35 +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/d | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 linux/d diff --git a/linux/d b/linux/d new file mode 100644 index 0000000..cd66921 --- /dev/null +++ b/linux/d @@ -0,0 +1,5 @@ +{% if grains['kernel'] == 'Linux' %} + include: + - linux.debian.docker-ce + - linux.centos.docker-ce +{% endif %} \ No newline at end of file