diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6792f86..b4b4ba5 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -4,3 +4,18 @@ | |||
4 | [submodule "modules/reboot"] | 4 | [submodule "modules/reboot"] |
5 | path = modules/reboot | 5 | path = modules/reboot |
6 | url = https://github.com/puppetlabs/puppetlabs-reboot.git | 6 | url = https://github.com/puppetlabs/puppetlabs-reboot.git |
7 | [submodule "modules/systemd"] | ||
8 | path = modules/systemd | ||
9 | url = https://github.com/jkroepke/puppet-systemd.git | ||
10 | [submodule "modules/inifile"] | ||
11 | path = modules/inifile | ||
12 | url = https://github.com/puppetlabs/puppetlabs-inifile.git | ||
13 | [submodule "modules/sudo"] | ||
14 | path = modules/sudo | ||
15 | url = https://github.com/saz/puppet-sudo.git | ||
16 | [submodule "modules/ssh"] | ||
17 | path = modules/ssh | ||
18 | url = https://github.com/saz/puppet-ssh.git | ||
19 | [submodule "modules/puppetlabs_concat"] | ||
20 | path = modules/concat | ||
21 | url = https://github.com/puppetlabs/puppetlabs-concat.git | ||