puppet: Fix a typo in zulip::cron.

This went undetected because the clause is only used on kandra hosts.
This commit is contained in:
Alex Vandiver
2024-05-07 22:47:06 -04:00
committed by Tim Abbott
parent a7022bdfec
commit f960f5d9fd

View File

@@ -18,7 +18,7 @@ define zulip::cron(
$proxy = ''
}
} else {
$pxoy = ''
$proxy = ''
}
$dsn = zulipconf('sentry', 'project_dsn', '')