Comment 7 for bug 1558131

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

Reviewed: https://review.openstack.org/293551
Committed: https://git.openstack.org/cgit/openstack/puppet-horizon/commit/?id=e445ac1ab6cb9584b653e8b3128621fbb9febaeb
Submitter: Jenkins
Branch: master

commit e445ac1ab6cb9584b653e8b3128621fbb9febaeb
Author: Matthew Black <email address hidden>
Date: Wed Mar 16 12:22:39 2016 -0400

    Fixed ubuntu package dependency on puppet 4.3

    When running on puppet 4.3, the dependency for the package
    is set to 'apache2' but the actual package resource title
    in the puppetlabs-apache is 'httpd'. This change removes
    $http_service from being set depending on osfamily and
    makes it set to 'httpd' for all.

    Change-Id: I030446fabb7ec83c9ed94032e4ae54faff060e69
    Closes-Bug: 1558131