make sure links are followed so the certificates are installed correctly
This commit is contained in:
parent
caa0e47174
commit
3cb32b40a8
@ -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}" ];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user