2020-08-07 09:05:11 +09:00
|
|
|
class openstack_integration::apache {
|
|
|
|
|
|
|
|
include openstack_integration::params
|
|
|
|
include openstack_integration::config
|
2023-08-07 12:39:26 +09:00
|
|
|
class { 'apache':
|
|
|
|
default_mods => false,
|
|
|
|
default_vhost => false,
|
|
|
|
}
|
2020-08-07 09:05:11 +09:00
|
|
|
}
|