From cd182e0ef68c9ee0f5701b436050de7538ab6ff1 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Tue, 8 Jul 2014 23:39:49 -0400 Subject: 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! --- .gitmodules | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to '.gitmodules') 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 -- cgit