diff --git a/manifests/squid_filter.pp b/manifests/squid_filter.pp index c541560e10adf56f9c4fcbbf3f27fe68962e9eb9..1ab820998b3dba741f99ea7ae6cfc1cab4ceaec7 100644 --- a/manifests/squid_filter.pp +++ b/manifests/squid_filter.pp @@ -45,9 +45,9 @@ class aes::squid_filter { # ensure new name exist to match new config file file { '/usr/lib64/squid/security_file_certgen': - ensure => link, - owner => root, - group => root, + ensure => link, + owner => root, + group => root, target => '/usr/lib64/squid/ssl_crtd', } }