Merge "Remove remaining workaround for old puppetlabs-apache"

This commit is contained in:
Zuul 2023-10-13 15:33:06 +00:00 committed by Gerrit Code Review
commit d06d5a04fe

View File

@ -14,16 +14,8 @@
# limitations under the License. # limitations under the License.
# #
if ($facts['os']['family'] == 'Debian') {
include apache::params
class { 'apache':
mod_packages => merge($::apache::params::mod_packages, {
'wsgi' => 'libapache2-mod-wsgi-py3',
})
}
}
include openstack_integration include openstack_integration
include openstack_integration::apache
include openstack_integration::rabbitmq include openstack_integration::rabbitmq
include openstack_integration::mysql include openstack_integration::mysql
include openstack_integration::keystone include openstack_integration::keystone