Skip to content

Commit 3e57590

Browse files
committed
Merge pull request #26 from imcsk8/master
Fix gluster, common and puppet modules repo reference
2 parents 031243c + 6fc06c7 commit 3e57590

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@
9999
url = https://github.com/nanliu/puppet-staging.git
100100
[submodule "gluster"]
101101
path = gluster
102-
url = https://github.com/purpleidea/puppet-gluster
102+
url = https://github.com/purpleidea/puppet-gluster.git
103103
[submodule "common"]
104104
path = common
105-
url = git@github.com:purpleidea/puppet-common
105+
url = https://github.com/purpleidea/puppet-common.git
106106
[submodule "puppet"]
107107
path = puppet
108-
url = git@github.com:purpleidea/puppet-puppet
108+
url = https://github.com/purpleidea/puppet-puppet.git

0 commit comments

Comments
 (0)