mirror of https://github.com/zulip/zulip.git
puppet: Fix typo in logic for whether to install certbot.
Fixes #15372.
This commit is contained in:
parent
365fed531a
commit
80589099d8
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue