Issue #980
closed
Systemctl daemon reload should occur using macros
Status:
CLOSED - CURRENTRELEASE
Description
We currently restart systemctl daemon after installing pulp. The current implementation simply calls the /sbin/systemctl binary to perform the operation. There is macro that we can use to do this instead.
- Severity changed from 2. Medium to 1. Low
- Triaged changed from No to Yes
- Priority changed from Normal to High
- Severity changed from 1. Low to 3. High
This is broken on F21, because the hardcoded path to /sbin/systemctl does not exist in F21 (and I suspect not in F22 either). Using the macro will solve this issue.
- Status changed from NEW to ASSIGNED
- Related to Issue #991: pulp-dev.py uses /sbin/systemctl which does not exist in F21 added
- Status changed from ASSIGNED to MODIFIED
- % Done changed from 0 to 100
- Status changed from MODIFIED to 6
- Platform Release set to 2.6.2
- Assignee set to dkliban@redhat.com
- Status changed from 6 to CLOSED - CURRENTRELEASE
Also available in: Atom
PDF
Removes duplicate calling of systemctl daemon reload
This was already being performed as a macro. fixes #980 https://pulp.plan.io/issues/980