From 32fdb618625f011b7d7387428520441a91321e0e Mon Sep 17 00:00:00 2001 From: James Shubin Date: Mon, 7 Apr 2014 00:43:04 -0400 Subject: Pull operating system specific data from yaml files. This patch includes package names. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index c41791b..f5db0b9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "vagrant/gluster/puppet/modules/yum"] path = vagrant/gluster/puppet/modules/yum url = https://github.com/purpleidea/puppet-yum.git +[submodule "vagrant/gluster/puppet/modules/puppet-module"] + path = vagrant/gluster/puppet/modules/module-data + url = https://github.com/purpleidea/puppet-module-data.git -- cgit