pixelated / puppet-pixelated

Puppet Module to setup the Pixelated User Agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ensure check-mk-multisite.conf is disabled

shyba opened this issue · comments

From @varac on February 8, 2016 10:4

root@pixelated:~# apache2ctl configtest
AH00526: Syntax error on line 73 of /etc/apache2/conf-enabled/check-mk-multisite.conf:
Invalid command 'Deny', perhaps misspelled or defined by a module not included in the server configuration
Action 'configtest' failed.
had to change the line to:
The Apache error log may have more information.
Require all denied

root@pixelated:~# dpkg -S check-mk-multisite.conf
check-mk-config-nagios3: /etc/apache2/conf-available/check-mk-multisite.conf

check-mk-config-nagios3 is installed on unstable.pix as well, but check-mk-multisite.conf is not enabled there.

So we need to make sure that the platform disables this config.

Copied from original issue: pixelated/pixelated-platform#158

commented

This is a rare upgrade edge-case that i never experienced again. Closing for now.