From 9b84bd521b2d6d50bcf8f508d79d485c6d6d6d51 Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 22 Jan 2013 13:34:19 +0100 Subject: [PATCH] apache/apt: fix checkout cmd --- .mrconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mrconfig b/.mrconfig index e612ef2..fb19380 100644 --- a/.mrconfig +++ b/.mrconfig @@ -34,7 +34,7 @@ checkout = git clone ${shared}:shared-mr . update = git pull [apache] -checkout = git clone shared ${shared}:shared-apache apache +checkout = git clone ${shared}:shared-apache apache update = git_assure_remote immerda ${immerda}/module-apache.git git_assure_remote koumbit ${koumbit}/puppet-apache.git @@ -46,7 +46,7 @@ update = git remote update [apt] -checkout = git clone shared ${shared}:shared-apt apt +checkout = git clone ${shared}:shared-apt apt update = git_assure_remote immerda ${immerda}/module-apt.git git_assure_remote intrigeri ${intrigeri}/puppet-module-apt.git