Ajouter 'linux/LocalRepo.sls'

This commit is contained in:
Iwan Clément
2018-02-27 18:24:17 +00:00
parent bdbcb32394
commit f78e0b3b58

5
linux/LocalRepo.sls Normal file
View File

@@ -0,0 +1,5 @@
{% if grains['virtual'] != 'physical' %}
{% if grains['os'] == 'Debian' %}
# Copier
{% endif %}
{% endif %}