Actions
Bug #27338
openError in Section 1.8.10 of RHEL8
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
grep -Eis '^\s*Enable\s*=\s*true' /etc/gdm/custom.conf
exits 2 when the file is not present
Updated by Nicolas CHARLES 4 days ago
maybe a file_lines_absent with ^\s*Enable\s*=\s*true could do the trick (it accepts PCRE regexp)
Updated by Lucas FRANCOIS about 23 hours ago
- Status changed from New to In progress
- Assignee set to Lucas FRANCOIS
Updated by Lucas FRANCOIS about 22 hours ago
- Status changed from In progress to Pending technical review
- Pull Request set to https://github.com/Normation/rudder-plugins-private/pull/1109
Updated by Lucas FRANCOIS about 20 hours ago
- Assignee changed from Lucas FRANCOIS to Nicolas CHARLES
Updated by Lucas FRANCOIS about 20 hours ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-plugins-private:commit:rudder-plugins-private|607d72a997033103167c356ff604a8ce6c1a9b06.
Actions