Comment 7 for bug 1644906

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-oslo (stable/newton)

Reviewed: https://review.openstack.org/404210
Committed: https://git.openstack.org/cgit/openstack/puppet-oslo/commit/?id=f2c1f2c69e2fa07e03580f18666eead44e868615
Submitter: Jenkins
Branch: stable/newton

commit f2c1f2c69e2fa07e03580f18666eead44e868615
Author: Lukas Bezdicka <email address hidden>
Date: Fri Nov 25 20:42:56 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
    (cherry picked from commit e0b9dd93e21803eae8e9b52f458c563fe028b58f)