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>
9 lines
200 B
Puppet
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,
|
|
}
|
|
}
|