Comment 6 for bug 1522857

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/259121
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=356545e1a181302b3b18be52bd92e852cbd8fd16
Submitter: Jenkins
Branch: master

commit 356545e1a181302b3b18be52bd92e852cbd8fd16
Author: Maksim Malchuk <email address hidden>
Date: Thu Dec 17 20:21:02 2015 +0300

    Failed to call refresh Apache service

    Apache service should be refreshed only in correct order after tidying
    mods-enabled directory. In this case better to use the 'File' resource
    instead of 'Tidy' resource because last doesn't support notify mechanisms.
    Also, we need to remove only 'MPM event' configuration files wich enabled
    by default only on the Debian (Ubuntu) systems.

    Change-Id: I79f6a5409cd01135e703bca1ebc4d97b9e8f4628
    Closes-Bug: #1527256
    Closes-Bug: #1522857