From 8f10f27d6bab1048d3ca1e4e46128937709ee77a Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Mon, 17 Jul 2017 08:28:57 +0200 Subject: [PATCH] init.pp: Pull backend changes from group project --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 1687d88..c44846f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -123,7 +123,7 @@ class skadereg( ensure => latest, before => File['/var/www/skadereg/public'], provider => git, - source => 'ssh://git@gitlab.it.liu.se:29418/andal699/laravel.git', + source => 'ssh://git@gitlab.it.liu.se:29418/skadereg/laravel.git', user => 'apache', group => 'skadereg', } -- GitLab