diff options
author | kwadronaut <kwadronaut@leap.se> | 2013-09-13 22:06:46 +0200 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2013-09-13 22:09:13 +0200 |
commit | 2e1ec38fa4333db7a36b8036207a8f959410bd9d (patch) | |
tree | 65853b84af87d5a4c3ffb97b6ffaa9ffef3a81b4 /.gitmodules | |
parent | d6682ddd8566292571daf6004265f3b38f054cd8 (diff) |
change openvpn submodule url (bug #3139)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 6c5e6ddf..a160d379 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 @@ -66,7 +66,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 |