Skip to content
Snippets Groups Projects
Commit aa069ea4 authored by Klas Arvidsson's avatar Klas Arvidsson
Browse files

Adaptions for RHEL9, pdk validate fix

parent ca7e6f7d
No related branches found
No related tags found
No related merge requests found
...@@ -45,9 +45,9 @@ class aes::squid_filter { ...@@ -45,9 +45,9 @@ class aes::squid_filter {
# ensure new name exist to match new config file # ensure new name exist to match new config file
file { '/usr/lib64/squid/security_file_certgen': file { '/usr/lib64/squid/security_file_certgen':
ensure => link, ensure => link,
owner => root, owner => root,
group => root, group => root,
target => '/usr/lib64/squid/ssl_crtd', target => '/usr/lib64/squid/ssl_crtd',
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment