remove the --origin from the apache and apt initial clone lines, it isn't on any of the others

This commit is contained in:
Micah Anderson 2013-01-20 23:51:10 -05:00
parent 4cf5e8754c
commit 31fd7d5a5a

View file

@ -34,7 +34,7 @@ checkout = git clone ${shared}:shared-mr .
update = git pull
[apache]
checkout = git clone --origin shared ${shared}:shared-apache apache
checkout = git clone shared ${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 --origin shared ${shared}:shared-apt apt
checkout = git clone shared ${shared}:shared-apt apt
update =
git_assure_remote immerda ${immerda}/module-apt.git
git_assure_remote intrigeri ${intrigeri}/puppet-module-apt.git