Comment 5 for bug 1644906

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

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

commit 7cbcc78baa5ebe91d0dc990f5f1235a9ff2159e6
Author: Lukas Bezdicka <email address hidden>
Date: Fri Nov 25 20:35:39 2016 +0100

    Switch ensure_packages to ensure_resources for python-memcache

    The ensure_packages resource forces ensure to present yielding
    duplicate definition errors if we override default Package ensure
    to latest. We should solve this by using ensure_resources which
    does not enforce this.

    Change-Id: I1e2ba2b4a8ab31c925bf31ac1838999fc37b268f
    Closes-Bug: #1644906
    Resolves: rhbz#1392583