Comment 2 for bug 1803577

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/618202
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=6ae59906d1ae5a370b56c4c7028241547055cf1a
Submitter: Zuul
Branch: master

commit 6ae59906d1ae5a370b56c4c7028241547055cf1a
Author: Alex Schultz <email address hidden>
Date: Thu Nov 15 08:52:53 2018 -0700

    Change the ordering for the xinetd class override

    Because we do not want to run the xinetd class, we override the
    definition in our puppet config. Unfortunately with puppet5, the load
    ordering appears to have been changed so the class definition needs to
    be before the other invocations of it.

    Change-Id: I7d8c340e8af4a4e10cb99ccd41cf47884206b2e1
    Closes-Bug: #1803577