From eb031524e469561878958a9f0de25af6b1abe9bb Mon Sep 17 00:00:00 2001
From: Henrik Henriksson <hx@hx.ax>
Date: Sat, 28 Sep 2019 16:30:06 +0200
Subject: [PATCH] Clone correct repo

---
 modules/grunkor/manifests/init.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/grunkor/manifests/init.pp b/modules/grunkor/manifests/init.pp
index b97159b..5e61fbb 100644
--- a/modules/grunkor/manifests/init.pp
+++ b/modules/grunkor/manifests/init.pp
@@ -11,7 +11,7 @@ class grunkor {
     ensure   => latest,
     owner    => 'grunkor',
     provider => git,
-    source   => 'git@github.com:holgerspexet/holger-archive.git',
+    source   => 'git@github.com:holgerspexet/holger-grunkor.git',
   }->
   file { '/lib/systemd/system/grunkor.service':
     source => 'puppet:///modules/grunkor/grunkor.service',
-- 
GitLab