diff options
author | kwadronaut <kwadronaut@leap.se> | 2013-09-13 22:06:46 +0200 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2013-09-13 22:39:09 +0200 |
commit | a27a46af184331c2b6dab4a0ead4f7a77de713df (patch) | |
tree | b143fe33bdd1aa6b6362089e0941db09c4146dad /.gitmodules | |
parent | d6682ddd8566292571daf6004265f3b38f054cd8 (diff) |
change vcsrepo submodule url (bug #3139)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules index 6c5e6ddf..070cb517 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "puppet/modules/openvpn"] path = puppet/modules/openvpn - url = git://github.com/luxflux/puppet-openvpn.git + url = https://leap.se/git/puppet_openvpn [submodule "puppet/modules/concat"] path = puppet/modules/concat url = https://leap.se/git/puppet_concat @@ -37,9 +37,6 @@ [submodule "puppet/modules/bundler"] path = puppet/modules/bundler url = https://leap.se/git/puppet_bundler -[submodule "puppet/modules/vcsrepo"] - path = puppet/modules/vcsrepo - url = git://labs.riseup.net/module_vcs [submodule "puppet/modules/rubygems"] path = puppet/modules/rubygems url = https://leap.se/git/puppet_rubygems @@ -66,7 +63,7 @@ url = https://leap.se/git/puppet_nagios [submodule "puppet/modules/tor"] path = puppet/modules/tor - url = git://labs.riseup.net/shared-tor + url = https://leap.se/git/puppet_tor [submodule "puppet/modules/stunnel"] path = puppet/modules/stunnel url = https://leap.se/git/puppet_stunnel @@ -79,3 +76,6 @@ [submodule "puppet/modules/postfix"] path = puppet/modules/postfix url = https://leap.se/git/puppet_postfix +[submodule "puppet/modules/vcsrepo"] + path = puppet/modules/vcsrepo + url = https://leap.se/git/puppet_vcsrepo |