4
0
Fork 0

Fix for #325 thank you @mindrb

Signed-off-by: Frederick Witty <frederickw@mindpointgroup.com>
This commit is contained in:
Frederick Witty 2025-05-23 11:00:13 -04:00
parent 90374036c4
commit 0e61e796c6
No known key found for this signature in database
GPG key ID: D29987C25A47D813
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
## 2.0.0 - Based on CIS v2.0.0 ## 2.0.0 - Based on CIS v2.0.0
- #322 - thanks to @mindrb - #322, #325 - thanks to @mindrb
- #320 - thanks to @anup-ad - #320 - thanks to @anup-ad
## 1.1.6 - Based on CIS v1.0.0 ## 1.1.6 - Based on CIS v1.0.0

View file

@ -35,7 +35,7 @@
regexp: "{{ item.regexp }}" regexp: "{{ item.regexp }}"
line: "{{ item.line }}" line: "{{ item.line }}"
loop: loop:
- { regexp: 'URL=', line: 'URL={{ rhel9cis_remote_log_server }}'} - { regexp: 'URL=', line: 'URL={{ rhel9cis_journal_upload_url }}'}
- { regexp: 'ServerKeyFile=', line: 'ServerKeyFile={{ rhel9cis_journal_upload_serverkeyfile }}'} - { regexp: 'ServerKeyFile=', line: 'ServerKeyFile={{ rhel9cis_journal_upload_serverkeyfile }}'}
- { regexp: 'ServerCertificateFile=', line: 'ServerCertificateFile={{ rhel9cis_journal_servercertificatefile }}'} - { regexp: 'ServerCertificateFile=', line: 'ServerCertificateFile={{ rhel9cis_journal_servercertificatefile }}'}
- { regexp: 'TrustedCertificateFile=', line: 'TrustedCertificateFile={{ rhel9cis_journal_trustedcertificatefile }}'} - { regexp: 'TrustedCertificateFile=', line: 'TrustedCertificateFile={{ rhel9cis_journal_trustedcertificatefile }}'}