Skip to content

Commit

Permalink
remove apache::default_vhost, add apache mod_status
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Apr 22, 2021
1 parent 74b109a commit 9c89937
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/web.pp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@

class { '::apache':
default_mods => false,
default_vhost => false,
mpm_module => 'worker',
}

Expand All @@ -142,6 +141,8 @@
include ::apache::mod::rewrite
include ::apache::mod::proxy
include ::apache::mod::proxy_fcgi
include ::apache::mod::status
include ::apache::mod::ssl

apache::custom_config { 'icingaweb2':
ensure => present,
Expand Down

0 comments on commit 9c89937

Please sign in to comment.