8fd4c8fae6
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
7 lines
138 B
Puppet
7 lines
138 B
Puppet
class openstack_integration::apache {
|
|
|
|
include openstack_integration::params
|
|
include openstack_integration::config
|
|
include apache
|
|
}
|