From e9e25e6e503844c2776506daf9c36cfba35eaee8 Mon Sep 17 00:00:00 2001
From: Dennis Ahrens <dennis.ahrens@hs-hannover.de>
Date: Thu, 28 Apr 2016 14:32:00 +0200
Subject: [PATCH] Fix a wrong path in apt state

---
 hshbase/apt/init.sls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hshbase/apt/init.sls b/hshbase/apt/init.sls
index ac12814..3946255 100644
--- a/hshbase/apt/init.sls
+++ b/hshbase/apt/init.sls
@@ -32,7 +32,7 @@ hsh_apt_sources_d_salt_jessie:
 hsh_apt_sources_d_salt_not_jessie:
   file.managed:
     - name: /etc/apt/sources.list.d/salt.list
-    - source: salt://hshbase/apt/sources.tpl.d/salt.tpl
+    - source: salt://hshbase/apt/files/sources.list/salt.list
     - template: jinja
     - mode: 644
     - user: root
-- 
GitLab