diff options
author | varac <varacanero@zeromail.org> | 2012-09-06 11:55:35 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-09-23 16:04:27 +0200 |
commit | f6ab238512364ea640dc46e35590d5a5d5de51f3 (patch) | |
tree | 8f5052589f714808a148e0d5984eda6da766c9d2 | |
parent | 59635ff7904645075bf3ddd30a70a05a58102bed (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 |