Files
puppet-openstack-integration/manifests/apache.pp
Takashi Kajinami a3afedaf81 Prepare for voxpupuli-puppet-lint-plugins
Fix new lint errors detected when full of the voxpupili lint plugins
are enabled.

Depends-on: https://review.opendev.org/958040
Change-Id: I17970da9dd2878eafe268be10cf7e913b35cbdb1
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2025-08-20 20:41:17 +09:00

9 lines
200 B
Puppet

class openstack_integration::apache {
include openstack_integration::params
include openstack_integration::config
class { 'apache':
default_mods => false,
default_vhost => false,
}
}