Fix remote checks
Some remotes lacked their "name" argument and mr was confused with them. Signed-off-by: Gabriel Filion <lelutin@gmail.com>
This commit is contained in:
parent
ec50919ab8
commit
496e35bab5
1 changed files with 4 additions and 4 deletions
|
@ -256,7 +256,7 @@ update =
|
|||
[reprepro]
|
||||
checkout = git clone ${shared}:shared-reprepro reprepro
|
||||
update =
|
||||
git_assure_remote ${intrigeri}:puppet-module-reprepro.git
|
||||
git_assure_remote intrigeri ${intrigeri}/puppet-module-reprepro.git
|
||||
git remote update
|
||||
|
||||
[shorewall]
|
||||
|
@ -300,9 +300,9 @@ update =
|
|||
[tor]
|
||||
checkout = git clone ${shared}:shared-tor tor
|
||||
update =
|
||||
git_assure_remote ${riseup}/module_tor.git
|
||||
git_assure_remote ${sarava}/puppet-tor.git
|
||||
git_assure_remote ${intrigeri}/puppet-module-tor.git
|
||||
git_assure_remote riseup ${riseup}/module_tor.git
|
||||
git_assure_remote sarava ${sarava}/puppet-tor.git
|
||||
git_assure_remote intrigeri ${intrigeri}/puppet-module-tor.git
|
||||
git remote update
|
||||
|
||||
[user]
|
||||
|
|
Loading…
Reference in a new issue