Skip to content
Snippets Groups Projects
Commit 48aa149b authored by Ivar Matstoms's avatar Ivar Matstoms
Browse files

Add explicit cert_name to certbot.pp

parent 3f133f5e
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ define knuth::certbot ( ...@@ -16,6 +16,7 @@ define knuth::certbot (
plugin => 'nginx', plugin => 'nginx',
additional_args => [ '--quiet', ], additional_args => [ '--quiet', ],
post_hook_commands => [ 'systemctl reload nginx.service', ], post_hook_commands => [ 'systemctl reload nginx.service', ],
cert_name => $letsencrypt_certname
} }
} else { } else {
letsencrypt::certonly { $letsencrypt_certname: letsencrypt::certonly { $letsencrypt_certname:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment