Remove remaining workaround for old puppetlabs-apache

The aio manifest was not updated when [1] was merged.

[1] 8fd4c8fae6

Change-Id: Id1d68948c443088af2ee790142854fc8d36c6a9d
This commit is contained in:
Takashi Kajinami 2023-10-12 10:32:45 +09:00
parent d60a2281c3
commit 89a36ba004

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