remove the --origin from the apache and apt initial clone lines, it isn't on any of the others
This commit is contained in:
parent
4cf5e8754c
commit
31fd7d5a5a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue