diff options
author | Micah Anderson <micah@riseup.net> | 2013-01-15 16:59:28 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-01-15 16:59:28 -0500 |
commit | 2ea357f5214762005d0bdc0b97d95af3d18a94b3 (patch) | |
tree | 437dc44729d9b7018f970811e2478b73b716c809 | |
parent | ec6c48ab589d4174dc192a01c4b99833227c5942 (diff) |
add stdlib and unbound submodules
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | puppet/modules/stdlib | 0 | ||||
m--------- | puppet/modules/unbound | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6597612b..594ad749 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,3 +55,9 @@ [submodule "puppet/modules/augeas"] path = puppet/modules/augeas url = git://code.leap.se/puppet_augeas +[submodule "puppet/modules/stdlib"] + path = puppet/modules/stdlib + url = git://code.leap.se/puppet_stdlib +[submodule "puppet/modules/unbound"] + path = puppet/modules/unbound + url = git://code.leap.se/puppet_unbound diff --git a/puppet/modules/stdlib b/puppet/modules/stdlib new file mode 160000 +Subproject 2df66c041109ecca1099bf3977657572cc32ad2 diff --git a/puppet/modules/unbound b/puppet/modules/unbound new file mode 160000 +Subproject d8bf530ec42fdc4d2281169234964d28d8a689a |