summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2014-07-08 23:39:49 -0400
committerJames Shubin <james@shubin.ca>2014-07-08 23:39:49 -0400
commitcd182e0ef68c9ee0f5701b436050de7538ab6ff1 (patch)
tree2dd5b5d3f714af10bc523cb5fc18b6c766579dcf /.gitmodules
parenta3ea04540c0462064b8ec8a91a5d7c53df9b49c4 (diff)
downloadpuppet-gluster-cd182e0ef68c9ee0f5701b436050de7538ab6ff1.tar.gz
puppet-gluster-cd182e0ef68c9ee0f5701b436050de7538ab6ff1.tar.xz
puppet-gluster-cd182e0ef68c9ee0f5701b436050de7538ab6ff1.zip
Remove unnecessary nesting in vagrant directory.
This isn't needed anymore because of: https://github.com/pradels/vagrant-libvirt/commit/0ac7498f4d73d4100462ac34b5cd89c308622fc5 Let me know if I broke anything or if this still works perfectly!
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules32
1 files changed, 16 insertions, 16 deletions
diff --git a/.gitmodules b/.gitmodules
index 4e6d704..bc295c2 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,24 +1,24 @@
-[submodule "vagrant/gluster/puppet/modules/stdlib"]
- path = vagrant/gluster/puppet/modules/stdlib
+[submodule "vagrant/puppet/modules/stdlib"]
+ path = vagrant/puppet/modules/stdlib
url = https://github.com/purpleidea/puppetlabs-stdlib.git
-[submodule "vagrant/gluster/puppet/modules/apt"]
- path = vagrant/gluster/puppet/modules/apt
+[submodule "vagrant/puppet/modules/apt"]
+ path = vagrant/puppet/modules/apt
url = https://github.com/purpleidea/puppetlabs-apt.git
-[submodule "vagrant/gluster/puppet/modules/common"]
- path = vagrant/gluster/puppet/modules/common
+[submodule "vagrant/puppet/modules/common"]
+ path = vagrant/puppet/modules/common
url = https://github.com/purpleidea/puppet-common.git
-[submodule "vagrant/gluster/puppet/modules/keepalived"]
- path = vagrant/gluster/puppet/modules/keepalived
+[submodule "vagrant/puppet/modules/keepalived"]
+ path = vagrant/puppet/modules/keepalived
url = https://github.com/purpleidea/puppet-keepalived.git
-[submodule "vagrant/gluster/puppet/modules/puppet"]
- path = vagrant/gluster/puppet/modules/puppet
+[submodule "vagrant/puppet/modules/puppet"]
+ path = vagrant/puppet/modules/puppet
url = https://github.com/purpleidea/puppet-puppet.git
-[submodule "vagrant/gluster/puppet/modules/shorewall"]
- path = vagrant/gluster/puppet/modules/shorewall
+[submodule "vagrant/puppet/modules/shorewall"]
+ path = vagrant/puppet/modules/shorewall
url = https://github.com/purpleidea/puppet-shorewall.git
-[submodule "vagrant/gluster/puppet/modules/yum"]
- path = vagrant/gluster/puppet/modules/yum
+[submodule "vagrant/puppet/modules/yum"]
+ path = vagrant/puppet/modules/yum
url = https://github.com/purpleidea/puppet-yum.git
-[submodule "vagrant/gluster/puppet/modules/module-data"]
- path = vagrant/gluster/puppet/modules/module-data
+[submodule "vagrant/puppet/modules/module-data"]
+ path = vagrant/puppet/modules/module-data
url = https://github.com/purpleidea/puppet-module-data.git