diff --git a/manifests/cert.pp b/manifests/cert.pp index b4efa3e..18b5f02 100644 --- a/manifests/cert.pp +++ b/manifests/cert.pp @@ -82,6 +82,7 @@ define certbot::cert ( owner => $file_owner, group => $file_group, mode => $public_files_perm, + links => 'follow', require => Exec[ "certbot::cert::${title}" ]; } } @@ -92,6 +93,7 @@ define certbot::cert ( owner => $file_owner, group => $file_group, mode => $public_files_perm, + links => 'follow', require => Exec[ "certbot::cert::${title}" ]; } } @@ -102,6 +104,7 @@ define certbot::cert ( owner => $file_owner, group => $file_group, mode => $public_files_perm, + links => 'follow', require => Exec[ "certbot::cert::${title}" ]; } } @@ -112,6 +115,7 @@ define certbot::cert ( owner => $file_owner, group => $file_group, mode => $private_files_perm, + links => 'follow', require => Exec[ "certbot::cert::${title}" ]; } }