Bug #8232
closed
Apache config does not get cleaned up after removal of rudder-webapp
Added by Janos Mattyasovszky over 8 years ago.
Updated over 8 years ago.
Category:
Server components
Description
Apparently the rudder-webapp package edits /etc/sysconfg/apache2:
# Add required includes in the SLES apache2 configuration
if ! grep -qE "^. /etc/sysconfig/rudder-apache$" /etc/sysconfig/apache2
then
echo -e '# This sources the modules/defines needed by Rudder\n. /etc/sysconfig/rudder-apache' >> /etc/sysconfig/apache2
fi
But after being uninstalled, this does not get removed, so apache2 fails with an error on the restart:
/etc/sysconfig/apache2: line 292: /etc/sysconfig/rudder-apache: No such file or directory
- Assignee set to Benoît PECCATTE
- Related to Bug #8231: rudder-apache gets added multiple times to apache config added
- Target version set to 2.11.21
- Status changed from New to In progress
- Assignee changed from Benoît PECCATTE to Jonathan CLARKE
- Status changed from In progress to Pending technical review
- Assignee changed from Jonathan CLARKE to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-packages/pull/935
- Status changed from Pending technical review to In progress
- Assignee changed from Benoît PECCATTE to Jonathan CLARKE
- Status changed from In progress to Pending technical review
- Assignee changed from Jonathan CLARKE to Benoît PECCATTE
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.11.21, 3.0.16, 3.1.10 and 3.2.3 which were released on 2016-06-01, but not announced.
- Related to Bug #10858: rudder-server-relay does not clean up apache includes on removal added
Also available in: Atom
PDF