Skip to content

Commit

Permalink
dsiable port 80
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed Jun 21, 2024
1 parent 9186561 commit efed763
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manifests/firewall.pp
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
}
}
else {
firewall { "50 Allow http access ${observium::apache_port}":
dport => $observium::apache_port,
proto => 'tcp',
jump => 'accept',
}
# firewall { "50 Allow http access ${observium::apache_port}":
# dport => $observium::apache_port,
# proto => 'tcp',
# jump => 'accept',
# }
}
# Ensure ssh is open
firewall { '004 Allow inbound SSH':
Expand Down

0 comments on commit efed763

Please sign in to comment.