From 854c1675a2845dd5db201f634fff1bec5357f2b5 Mon Sep 17 00:00:00 2001
From: Alexander Olofsson <alexander.olofsson@liu.se>
Date: Mon, 7 Nov 2016 09:19:19 +0100
Subject: [PATCH] Fix chain issue

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

diff --git a/manifests/init.pp b/manifests/init.pp
index fb47762..a88ad8c 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -119,7 +119,7 @@ class skadereg {
     provider => git,
     source => 'ssh://git@gitlab.it.liu.se:29418/andal699/laravel.git',
     user => 'andal699'    
-  }
+  }->
 
   file { '/var/www/skadereg/.env':
     ensure  => file,
-- 
GitLab