Merge "Apache: Disable default mods"

This commit is contained in:
Zuul
2023年09月16日 15:19:49 +00:00
committed by Gerrit Code Review

View File

@@ -1,2 +1 @@
---
apache::default_vhost:false

View File

@@ -2,5 +2,8 @@ class openstack_integration::apache {
include openstack_integration::params
include openstack_integration::config
include apache
class { 'apache':
default_mods => false,
default_vhost => false,
}
}
Reference in New Issue
openstack/puppet-openstack-integration
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.