Merge "Remove puppet-certmonger from dependencies"

This commit is contained in:
Zuul 2022-10-06 12:07:02 +00:00 committed by Gerrit Code Review
commit 0c19ba40f2
2 changed files with 9 additions and 14 deletions

View File

@ -100,10 +100,6 @@ mod 'apache',
:git => 'https://github.com/puppetlabs/puppetlabs-apache',
:ref => 'main'
mod 'certmonger',
:git => 'https://github.com/rcritten/puppet-certmonger',
:ref => 'master'
mod 'concat',
:git => 'https://github.com/puppetlabs/puppetlabs-concat',
:ref => 'main'

View File

@ -145,16 +145,15 @@ def run_cleanup(config, messages):
def copy_puppet_modules(config, messages):
os_modules = ' '.join(('aodh', 'apache', 'ceilometer', 'certmonger',
'cinder', 'concat', 'firewall', 'glance',
'gnocchi', 'heat', 'horizon', 'inifile', 'ironic',
'keystone', 'magnum', 'manila', 'memcached',
'mysql', 'neutron', 'nova', 'nssdb', 'openstack',
'openstacklib', 'oslo', 'ovn', 'packstack',
'placement', 'rabbitmq', 'redis', 'remote', 'rsync',
'sahara', 'ssh', 'stdlib', 'swift', 'sysctl',
'systemd', 'tempest', 'trove', 'vcsrepo',
'vswitch', 'xinetd'))
os_modules = ' '.join(('aodh', 'apache', 'ceilometer', 'cinder', 'concat',
'firewall', 'glance', 'gnocchi', 'heat', 'horizon',
'inifile', 'ironic', 'keystone', 'magnum', 'manila',
'memcached', 'mysql', 'neutron', 'nova', 'nssdb',
'openstack', 'openstacklib', 'oslo', 'ovn',
'packstack', 'placement', 'rabbitmq', 'redis',
'remote', 'rsync', 'sahara', 'ssh', 'stdlib',
'swift', 'sysctl', 'systemd', 'tempest', 'trove',
'vcsrepo', 'vswitch', 'xinetd'))
# write puppet manifest to disk
manifestfiles.writeManifests()