puppet-openstack-integration/manifests/apache.pp
Takashi Kajinami 8fd4c8fae6 Remove workaround for old puppetlabs-apache
The workaround is no longer required since puppetlabs-apache v6.5.0[1].

This also removes the apache class from service manifests because we
should use our own apache manifests to manage the apache service.

[1] https://github.com/puppetlabs/puppetlabs-apache/commit/f4e8c1d2f

Change-Id: I6818cd31cc5d878d141a88d977ea956a4717c17f
2023-08-04 11:53:44 +09:00

7 lines
138 B
Puppet

class openstack_integration::apache {
include openstack_integration::params
include openstack_integration::config
include apache
}