From f78e0b3b58b23a743dc53717e95b35faa076539f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Tue, 27 Feb 2018 18:24:17 +0000 Subject: [PATCH] Ajouter 'linux/LocalRepo.sls' --- linux/LocalRepo.sls | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 linux/LocalRepo.sls diff --git a/linux/LocalRepo.sls b/linux/LocalRepo.sls new file mode 100644 index 0000000..1041d7d --- /dev/null +++ b/linux/LocalRepo.sls @@ -0,0 +1,5 @@ +{% if grains['virtual'] != 'physical' %} + {% if grains['os'] == 'Debian' %} + # Copier + {% endif %} +{% endif %} \ No newline at end of file