-
Notifications
You must be signed in to change notification settings - Fork 171
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
Spelling Corrections and variable name update #373
Comments
hi @msachikanta Thank you for raising this issue, i'm looking and putting a few fixes together and submitting the PR shortly. Many thanks uk-bolly |
Thanks @uk-bolly I still can see the variable Branch:
Could you please update this one as well? Thanks, Sachi |
hi @msachikanta Consider it done :) uk-bolly |
Spelling corection
There are few spelling corrections needed in following files:
tasks --> prelimyml file, line number 183
tasks --> section_4 --> cis_4.3.x.yml, linumber 67
The
files\etc\systemd\system\tmp.mount.j2
file needs to be updated with correct variable names.Expected Behavior
It supposed to be appearing as:
tasks --> prelimyml file, line number 183
register: discovered_sudoers_files
tasks --> section_4 --> cis_4.3.x.yml, linumber 67
loop: "{{ discovered_sudoers_files.stdout_lines }}"
files\etc\systemd\system\tmp.mount.j2
Options=mode=1777,strictatime,{% if rhel8cis_rule_1_1_2_1_2 %}nodev,{% endif %}{% if rhel8cis_rule_1_1_2_1_3 %}nosuid,{% endif %}{% if rhel8cis_rule_1_1_2_1_4 %}noexec{% endif %}
Actual Behavior
Currently its appearing as:
tasks --> prelimyml file, line number 183
register: discovered_sudoers_filess
tasks --> section_4 --> cis_4.3.x.yml, linumber 67
loop: "{{ discovered_sudoers_filess.stdout_lines }}"
files\etc\systemd\system\tmp.mount.j2
Options=mode=1777,strictatime,{% if rhel8cis_rule_1_1_2_2 %}nodev,{% endif %}{% if rhel8cis_rule_1_1_2_4 %}nosuid,{% endif %}{% if rhel8cis_rule_1_1_2_3 %}noexec{% endif %}
Environment (please complete the following information):
Possible Solution
Correcting the spellings and renaming the variables in tmp.mount.j2 file will fix the above issues.
The text was updated successfully, but these errors were encountered: