From 69bde6fafd4dd7078b186bb442ab071e4ed5d143 Mon Sep 17 00:00:00 2001
From: Alexander Olofsson <alexander.olofsson@liu.se>
Date: Mon, 1 Jul 2019 16:05:41 +0200
Subject: [PATCH] Switch to using central project URL

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

diff --git a/manifests/init.pp b/manifests/init.pp
index 7d4522a..126541d 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -131,7 +131,7 @@ class aim_control(
     ensure   => latest,
     before   => File['/var/www/skadereg/public'],
     provider => git,
-    source   => 'ssh://git@gitlab.it.liu.se:29418/skadereg/laravel.git',
+    source   => 'git@gitlab.liu.se:aim-control/laravel.git',
     user     => 'apache',
     group    => 'skadereg',
   }
-- 
GitLab