diff options
author | Micah Anderson <micah@riseup.net> | 2012-11-20 21:20:52 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-11-20 21:20:52 -0500 |
commit | ddd6fd82cc9e81d7ff912e390d956d6b2d958d8d (patch) | |
tree | 56f71152c2b98bf6687a9c8846a2aa847c2b40c8 /.gitmodules | |
parent | 930eac488f8175fe17e9cb73ed3dff6763895562 (diff) |
add bundler, ruby, rubygems and vcsrepo submodules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 09f185f8..0f30c381 100644 --- a/.gitmodules +++ b/.gitmodules @@ -35,3 +35,15 @@ path = puppet/modules/apache url = git://code.leap.se/puppet_apache +[submodule "puppet/modules/bundler"] + path = puppet/modules/bundler + url = git://code.leap.se/puppet_bundler +[submodule "puppet/modules/vcsrepo"] + path = puppet/modules/vcsrepo + url = git://github.com/puppetlabs/puppetlabs-vcsrepo.git +[submodule "puppet/modules/rubygems"] + path = puppet/modules/rubygems + url = git://code.leap.se/puppet_rubygems +[submodule "puppet/modules/ruby"] + path = puppet/modules/ruby + url = git://code.leap.se/puppet_ruby |