Comment 21 for bug 1966625

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

Reviewed: https://review.opendev.org/c/openstack/puppet-tripleo/+/835448
Committed: https://opendev.org/openstack/puppet-tripleo/commit/ba1e593200a9ce3c636dca9d3ed120ab10ccd7af
Submitter: "Zuul (22348)"
Branch: master

commit ba1e593200a9ce3c636dca9d3ed120ab10ccd7af
Author: Bogdan Dobrelya <email address hidden>
Date: Mon Mar 28 14:57:26 2022 +0200

    Do not include the ssh::server class directly

    ... to avoid the duplicate declaration of the ssh::server class we've
    seen since https://github.com/saz/puppet-ssh/pull/318 was merged.

    There is an open PR[1] in puppet-ssh repo, which makes the server
    class private. This change also works as pre-emptive fix for that
    breaking change.

    [1] https://github.com/saz/puppet-ssh/pull/325

    Closes-bug: #1966625
    Change-Id: I9c5b174e0c8377d50b9b306456d2b2147c5f38b8
    Signed-off-by: Bogdan Dobrelya <email address hidden>