Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install rsync-daemon in CentOS >= 8 when not using xinetd #139

Merged
merged 1 commit into from
Sep 27, 2021
Merged

Install rsync-daemon in CentOS >= 8 when not using xinetd #139

merged 1 commit into from
Sep 27, 2021

Conversation

amoralej
Copy link
Contributor

@amoralej amoralej commented Jun 1, 2021

Since CentOS 8, rsyncd systemd unit is shipped in a different package,
rsync-dameon. When setting use_xinetd to false in rsync::server, this
package should be installed for CentOS >= 8.

@CLAassistant
Copy link

CLAassistant commented Jun 1, 2021

CLA assistant check
All committers have signed the CLA.

@puppet-community-rangefinder
Copy link

rsync::server is a class

Breaking changes to this file WILL impact these 2 modules (exact match):
Breaking changes to this file MAY impact these 2 modules (near match):

This module is declared in 33 of 576 indexed public Puppetfiles.


These results were generated with Rangefinder, a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.

Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.

@amoralej
Copy link
Contributor Author

amoralej commented Jun 2, 2021

Linter job is failing:

5 files inspected, 459 offenses detected

RuboCop failed!

(459!), i guess this is unrelated with this review and must be because of some change in CI, any help with how to proceed here?

@kajinamit
Copy link
Collaborator

@binford2k Could you please have a look ? I'm reaching out to you because I was you approved the last pull request but please let me know if you want me to reach out to the other person. I really appreciate your help here ?

Note that Robocop test keeps failing, maybe because of new rules enforced now.

Copy link
Collaborator

@kajinamit kajinamit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please find my feedback.
Also, we should update metadata.json. It doesn't include CentOS8 and the logic you added to the spec file is not triggered.

manifests/server.pp Outdated Show resolved Hide resolved
manifests/server.pp Outdated Show resolved Hide resolved
manifests/server.pp Outdated Show resolved Hide resolved
manifests/server.pp Outdated Show resolved Hide resolved
kajinamit
kajinamit previously approved these changes Sep 24, 2021
Since CentOS 8, rsyncd systemd unit is shipped in a different package,
rsync-dameon. When setting use_xinetd to false in rsync::server, this
package should be installed for CentOS >= 8.
@kajinamit
Copy link
Collaborator

Thanks. LGTM.

@kajinamit kajinamit merged commit ea6397e into puppetlabs:main Sep 27, 2021
mheler pushed a commit to mheler/tripleo-heat-templates that referenced this pull request Oct 24, 2022
... because xinetd is no longer available in CentOS Stream 9. Current
puppet-rsync[1] and puppet-swift[2] supports disabling xinetd and
actually xinetd is now disabled by default in CentOS Stream 9.

[1] puppetlabs/puppetlabs-rsync#139
[2] https://review.opendev.org/c/openstack/puppet-swift/+/795832

Change-Id: Iffc8756b9e5d2690338d508dda70a2e45361dd12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants