Comment 5 for bug 1958653

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

Reviewed: https://review.opendev.org/c/openstack/puppet-pacemaker/+/825926
Committed: https://opendev.org/openstack/puppet-pacemaker/commit/34bf907131041d3f11c6d1ace407651b550afbd1
Submitter: "Zuul (22348)"
Branch: master

commit 34bf907131041d3f11c6d1ace407651b550afbd1
Author: Takashi Kajinami <email address hidden>
Date: Sat Jan 22 22:45:19 2022 +0900

    Fix duplicate declaration of package resource

    This change replaces ensure_resource('package', ... ) by
    ensure_packages, which automatically converts ensure value to avoid
    conflict caused by present vs installed.

    Also, the ignored pacemaker::install::ensure is fixed by this change.

    Closes-Bug: #1958653
    Change-Id: I0cb2e32bbfcd056f4429b03d7ba67aaff8a5a760