Comment 5 for bug 1930855

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

Reviewed: https://review.opendev.org/c/openstack/puppet-swift/+/823757
Committed: https://opendev.org/openstack/puppet-swift/commit/b3576e78bfaeff7644dc37614613cef2df0661f0
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit b3576e78bfaeff7644dc37614613cef2df0661f0
Author: Joel Capitao <email address hidden>
Date: Tue Jun 8 17:25:31 2021 +0200

    Add 'rsync_use_xinetd' as argument to swift::ringserver

    Since in RHEL/CentOS >= 8 rsyncd systemd unit is shipped in a
    different package (rsync-dameon), we need to be able to not
    use xinetd to manage rsync service.
    The dependency on rsync-daemon for RHEL/CentOS >= 8
    is handled in puppet-rsync with [1].

    [1] https://github.com/puppetlabs/puppetlabs-rsync/pull/139/files

    Conflicts:
            manifests/params.pp

    Resolved conflict caused by 5b0745101a9af363e367ef301728541921a5a70d .

    Closes-Bug: #1930855
    Change-Id: I85abf3811d61fa8bfc0a1607818d6495549b5a6b
    (cherry picked from commit 053a3a2a56723e0ec43d1855ac7615657a4de8f0)