diff options
author | varac <varacanero@zeromail.org> | 2012-09-06 11:55:35 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-09-06 11:55:35 +0200 |
commit | 670819cbaa3cf78e2fce45aeb030ece78a920a57 (patch) | |
tree | 6f9870d74bf437d7c6abd70386cca68cc2c7f204 | |
parent | 653efcee3f3427817e63a8432df99c1e932e3261 (diff) |
added submodule concat
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | puppet/modules/concat | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a1a8c588..f84f173e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "puppet/modules/openvpn"] path = puppet/modules/openvpn url = git://github.com/luxflux/puppet-openvpn.git +[submodule "puppet/modules/concat"] + path = puppet/modules/concat + url = git://code.leap.se/puppet_concat diff --git a/puppet/modules/concat b/puppet/modules/concat new file mode 160000 +Subproject abce1280e07b544d8455f1572dd870bbd2f1489 |