Actions
Issue #7035
closedAPI and Content systemd generated file have the wrong group
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:
No
Tags:
Sprint:
Sprint 76
Quarter:
Description
Both pulpcore-api
and pulpcore-content
do not specify Group=
in the unit files. This results in the generated files/folders to default to group guid 100 (on CentOS) that is the users
group.
Updated by pulpbot over 4 years ago
- Status changed from NEW to POST
Updated by dkliban@redhat.com over 4 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 75
Added by spredzy over 4 years ago
Added by spredzy over 4 years ago
Revision 22c9a83d | View on GitHub
systemd: Ensure services are started with Group pulp_group
Currently the pulpcore-api
and pulpcore-content
have no group
specified on their unit files. Leading them to create their file and
folders to a defaulted group (guid: 100).
This commit ensures files and folders are created as {{ pulp_user }}:{{ pulp_group }}
fixes #7035
Updated by spredzy over 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset ansible-pulp|22c9a83d98af2a67fe4ad7280ca3c6c92e243e6f.
Updated by spredzy over 4 years ago
Applied in changeset ansible-pulp3|22c9a83d98af2a67fe4ad7280ca3c6c92e243e6f.
Updated by fao89 over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
systemd: Ensure services are started with Group pulp_group
Currently the
pulpcore-api
andpulpcore-content
have no group specified on their unit files. Leading them to create their file and folders to a defaulted group (guid: 100).This commit ensures files and folders are created as {{ pulp_user }}:{{ pulp_group }}
fixes #7035