From 6fc06c79d723d4fc3b13e3bc3b905bfd3eb81e50 Mon Sep 17 00:00:00 2001 From: Ivan Chavero Date: Fri, 11 Apr 2014 08:31:37 -0600 Subject: [PATCH] Fix gluster, common and puppet modules repo reference --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index e3337f591..df505a51a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -99,10 +99,10 @@ url = https://github.com/nanliu/puppet-staging.git [submodule "gluster"] path = gluster - url = https://github.com/purpleidea/puppet-gluster + url = https://github.com/purpleidea/puppet-gluster.git [submodule "common"] path = common - url = git@github.com:purpleidea/puppet-common + url = https://github.com/purpleidea/puppet-common.git [submodule "puppet"] path = puppet - url = git@github.com:purpleidea/puppet-puppet + url = https://github.com/purpleidea/puppet-puppet.git