-
Notifications
You must be signed in to change notification settings - Fork 743
OPENSCAP-5471 Enhance systemd_dropin_configuration template #13208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OPENSCAP-5471 Enhance systemd_dropin_configuration template #13208
Conversation
a243ecf
to
307f1e6
Compare
This datastream diff is auto generated by the check Click here to see the full diffOVAL for rule 'xccdf_org.ssgproject.content_rule_journald_compress' differs.
--- oval:ssg-journald_compress:def:1
+++ oval:ssg-journald_compress:def:1
@@ -1,3 +1,3 @@
criteria OR
criterion oval:ssg-test_journald_compress:tst:1
-criterion oval:ssg-test_journald_compress_dropin_file:tst:1
+criterion oval:ssg-test_journald_compress_config_dir:tst:1
OVAL for rule 'xccdf_org.ssgproject.content_rule_journald_forward_to_syslog' differs.
--- oval:ssg-journald_forward_to_syslog:def:1
+++ oval:ssg-journald_forward_to_syslog:def:1
@@ -1,3 +1,3 @@
criteria OR
criterion oval:ssg-test_journald_forward_to_syslog:tst:1
-criterion oval:ssg-test_journald_forward_to_syslog_dropin_file:tst:1
+criterion oval:ssg-test_journald_forward_to_syslog_config_dir:tst:1
OVAL for rule 'xccdf_org.ssgproject.content_rule_journald_storage' differs.
--- oval:ssg-journald_storage:def:1
+++ oval:ssg-journald_storage:def:1
@@ -1,3 +1,3 @@
criteria OR
criterion oval:ssg-test_journald_storage:tst:1
-criterion oval:ssg-test_journald_storage_dropin_file:tst:1
+criterion oval:ssg-test_journald_storage_config_dir:tst:1 |
Change in Ansible Please consider using more suitable Ansible module than |
307f1e6
to
4b274f0
Compare
@@ -27,6 +27,7 @@ template: | |||
param: ForwardToSyslog | |||
value: no | |||
no_quotes: 'true' | |||
missing_config_file_fail: "false" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mixing single and double quotes
@@ -54,6 +54,7 @@ template: | |||
param: ForwardToSyslog | |||
value: yes | |||
no_quotes: 'true' | |||
missing_config_file_fail: "false" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mixing single and double quotes
@@ -54,6 +54,7 @@ template: | |||
param: Storage | |||
value: persistent | |||
no_quotes: 'true' | |||
missing_config_file_fail: "false" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mixing single and double quotes
@@ -54,6 +54,7 @@ template: | |||
param: Compress | |||
value: yes | |||
no_quotes: 'true' | |||
missing_config_file_fail: "false" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mixing single and double quotes
… ignores further matches
This should cover more scenarios
…set to some defaults in the past
…hich adds some parameters to the template
…CCDF variable used during remediation also use this parameter in a rule
4b274f0
to
28398e4
Compare
Code Climate has analyzed commit 28398e4 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 61.9% (0.0% change). View more on Code Climate. |
Automatus tests pass locally. |
Description:
Rationale:
Review Hints: