From 915f78f5caf263513459f52e61f3e7f39f3d52f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Tue, 27 Feb 2018 18:36:15 +0000 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'linux/LocalRepo.sls'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/LocalRepo.sls | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/linux/LocalRepo.sls b/linux/LocalRepo.sls index 1041d7d..c22898e 100644 --- a/linux/LocalRepo.sls +++ b/linux/LocalRepo.sls @@ -1,5 +1,10 @@ {% if grains['virtual'] != 'physical' %} {% if grains['os'] == 'Debian' %} + /etc/apt/sources.list.d/saltstack.list + file.managed: + - source: salt://files/DebianSaltStack.list + - user: root + - mode: 644 # Copier {% endif %} {% endif %} \ No newline at end of file