Actions
Issue #7173
closedpulp_installer makes Pulp's files owned by group "users" rather than group "pulp"
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 81
Quarter:
Description
Not long ago, we made 1 or more changes so that any existing pulp_user (ansible var, defaults to "pulp") would be added to the pulp_group (ansible var, typically "pulp").
However, now the default behavior for new installs is that the "pulp" user has its primary group as "users", and it is merely in "pulp" as well.
And thus folders like /var/lib/pulp/ have group "users" on them. Thus defeating the point of the "pulp" group.
Fixing this involves 2 parts:
- Modifying the "user" modules tasks (to set primary group to "pulp" in addition to adding to the gorup)
- chgrping (or telling users to chgrp) pulp files.
Related issues
Actions
Change pulp users group from users to pulp
fixes #7173 https://pulp.plan.io/issues/7173