Skip to content

Commit c378a6f

Browse files
committed
Add puppet-certmonger as a submodule.
This puppet module can be used to automatically retrieve and manage SSL certificates. Change-Id: I6e2117bd1fe0bea601aab37055a5032599976dde
1 parent d3bb52e commit c378a6f

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,6 @@
8585
[submodule "packstack/puppet/modules/pacemaker"]
8686
path = packstack/puppet/modules/pacemaker
8787
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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ def installdeps(config):
7979

8080

8181
def copyPuppetModules(config):
82-
os_modules = ' '.join(('apache', 'ceilometer', 'cinder', 'concat',
83-
'firewall', 'glance', 'heat', 'horizon', 'inifile',
84-
'keystone', 'memcached', 'mongodb', 'mysql',
85-
'neutron', 'nova', 'openstack', 'packstack', 'qpid',
86-
'rsync', 'ssh', 'stdlib', 'swift', 'sysctl',
87-
'tempest', 'vcsrepo', 'vlan', 'vswitch',
88-
'xinetd'))
82+
os_modules = ' '.join(('apache', 'ceilometer', 'certmonger', 'cinder',
83+
'concat', 'firewall', 'glance', 'heat', 'horizon',
84+
'inifile', 'keystone', 'memcached', 'mongodb',
85+
'mysql', 'neutron', 'nova', 'openstack',
86+
'packstack', 'qpid', 'rsync', 'ssh', 'stdlib',
87+
'swift', 'sysctl', 'tempest', 'vcsrepo', 'vlan',
88+
'vswitch', 'xinetd'))
8989

9090
# write puppet manifest to disk
9191
manifestfiles.writeManifests()
Submodule certmonger added at 8a1dc65

0 commit comments

Comments
 (0)