Actions
Bug #26984
openReplace file_check_exists method by package_present in audit mode
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
We have several WARN message at compile time :
WARN Deprecated method 'file_check_exists' (2.4.1.8 - Ensure /etc/cron.deny exists): Use [file_present](#_file_present) with policy_mode_override set to audit instead WARN Deprecated method 'file_check_exists' (2.4.1.8 - Ensure /etc/cron.deny exists): Use [file_present](#_file_present) with policy_mode_override set to audit instead WARN Deprecated method 'file_check_exists' (2.4.2.1 - Ensure /etc/at.deny exists): Use [file_present](#_file_present) with policy_mode_override set to audit instead WARN Deprecated method 'file_check_exists' (2.4.2.1 - Ensure /etc/at.deny exists): Use [file_present](#_file_present) with policy_mode_override set to audit instead WARN Deprecated method 'file_check_exists' (7.1.10 - file check exists): Use [file_present](#_file_present) with policy_mode_override set to audit instead WARN Deprecated method 'file_check_exists' (7.1.10 - file check exists): Use [file_present](#_file_present) with policy_mode_override set to audit instead WARN Deprecated method 'file_check_exists' (7.1.10 - file check exists): Use [file_present](#_file_present) with policy_mode_override set to audit instead WARN Deprecated method 'file_check_exists' (7.1.10 - file check exists): Use [file_present](#_file_present) with policy_mode_override set to audit instead
Updated by Elaad FURREEDAN 2 days ago
- Status changed from In progress to Pending technical review
- Assignee changed from Elaad FURREEDAN to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder-plugins-private/pull/1029
Actions