Comment 10 for bug 1702964

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

Reviewed: https://review.openstack.org/481759
Committed: https://git.openstack.org/cgit/openstack/puppet-keystone/commit/?id=b479685940e27dea5fa86155e3a2ba6878865abc
Submitter: Jenkins
Branch: master

commit b479685940e27dea5fa86155e3a2ba6878865abc
Author: Alex Schultz <email address hidden>
Date: Fri Jul 7 15:04:35 2017 -0600

    Fix resource references for latest puppet

    In keystone we had some references to Execs that may or may not have been
    defined depending on the class parameters. The latest version of puppet
    has changed how the catalog is compiled exposing these possibly
    undefined references. This change updates to use resource collectors
    where applicable.

    Change-Id: Id5dcc42301b622e7f8331b0d61fdef8b7fea1992
    Closes-Bug: #1702964