Skip to content

Commit

Permalink
reference correct variable
Browse files Browse the repository at this point in the history
  • Loading branch information
zilchms committed Feb 15, 2024
1 parent c11940e commit 5f53294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/firewall.pp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
fail("Use of private class ${name} by ${caller_module_name}")
}

if $monit::httpd_bool and $monit::manage_firewall_bool {
if $monit::httpd and $monit::manage_firewall {
if defined('::firewall') {
firewall { "${monit::httpd_port} allow Monit inbound traffic":
jump => 'accept',
Expand Down

0 comments on commit 5f53294

Please sign in to comment.