Déplacement

This commit is contained in:
CLEMENT Iwan
2018-11-11 20:32:55 +01:00
parent 80dcc15ea9
commit 64cb3c7e3b
8 changed files with 0 additions and 0 deletions

9
Archives/dockerCE.sls Normal file
View File

@@ -0,0 +1,9 @@
{% if grains['kernel'] == 'Linux' %}
include:
- softwares.dockerCE-Remove
- softwares.dockerCE-Centos
- softwares.dockerCE-Fedora
- softwares.dockerCE-Debian
- softwares.dockerCE-Ubuntu
- softwares.dockerCE-Common
{% endif %}