puppet: Fix typo in logic for whether to install certbot.

Fixes #15372.
This commit is contained in:
Tim Abbott 2020-06-14 16:04:39 -07:00
parent 365fed531a
commit 80589099d8
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class zulip::nginx {
mode => '0650'
}
$certbot_auto_renew = zulipconf('cerbot', 'auto_renew', '')
$certbot_auto_renew = zulipconf('certbot', 'auto_renew', '')
if $certbot_auto_renew == 'yes' {
package { 'certbot':
ensure => 'installed',