apache/apt: fix checkout cmd

This commit is contained in:
varac 2013-01-22 13:34:19 +01:00
parent 31fd7d5a5a
commit 9b84bd521b

View file

@ -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