Actions
Bug #7517
closedBug #7508: The rudder-agent cron on AIX uses if then, which makes some security test fails
Erroneous use of "\&" in initial promises
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
This was copied from the techniques, where we need to escape "&" characters, but should not be in initial promises:
edit_line => insert_lines("0,5,10,15,20,25,30,35,40,45,50,55 * * * * test -x /opt/rudder/bin/check-rudder-agent \&\& /opt/rudder/bin/check-rudder-agent >/dev/null"),
Updated by Jonathan CLARKE almost 9 years ago
- Status changed from New to In progress
- Assignee set to Jonathan CLARKE
Updated by Jonathan CLARKE almost 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Jonathan CLARKE to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/810
Updated by Jonathan CLARKE almost 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-techniques|dfa6087cb7565215df852e1ab9490b135e1d952d.
Updated by Nicolas CHARLES almost 9 years ago
Applied in changeset rudder-techniques|1aeba112f51eb5faf38c206e6f33f95a8f44d7a3.
Updated by Vincent MEMBRÉ almost 9 years ago
- Status changed from Pending release to Released
Actions