1 parent d3bb52e commit c378a6fCopy full SHA for c378a6f
3 files changed
.gitmodules
@@ -85,3 +85,6 @@
85
[submodule "packstack/puppet/modules/pacemaker"]
86
path = packstack/puppet/modules/pacemaker
87
url = https://github.com/radez/puppet-pacemaker.git
88
+[submodule "packstack/puppet/modules/certmonger"]
89
+ path = packstack/puppet/modules/certmonger
90
+ url = git://github.com/rcritten/puppet-certmonger.git
packstack/plugins/puppet_950.py
@@ -79,13 +79,13 @@ def installdeps(config):
79
80
81
def copyPuppetModules(config):
82
- os_modules = ' '.join(('apache', 'ceilometer', 'cinder', 'concat',
83
- 'firewall', 'glance', 'heat', 'horizon', 'inifile',
84
- 'keystone', 'memcached', 'mongodb', 'mysql',
- 'neutron', 'nova', 'openstack', 'packstack', 'qpid',
- 'rsync', 'ssh', 'stdlib', 'swift', 'sysctl',
- 'tempest', 'vcsrepo', 'vlan', 'vswitch',
- 'xinetd'))
+ os_modules = ' '.join(('apache', 'ceilometer', 'certmonger', 'cinder',
+ 'concat', 'firewall', 'glance', 'heat', 'horizon',
+ 'inifile', 'keystone', 'memcached', 'mongodb',
+ 'mysql', 'neutron', 'nova', 'openstack',
+ 'packstack', 'qpid', 'rsync', 'ssh', 'stdlib',
+ 'swift', 'sysctl', 'tempest', 'vcsrepo', 'vlan',
+ 'vswitch', 'xinetd'))
# write puppet manifest to disk
91
manifestfiles.writeManifests()
packstack/puppet/modules/certmonger
0 commit comments