set fw to true

This commit is contained in:
2026-02-14 20:15:41 +01:00
parent 16f534b5d2
commit 06f1db823b
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@@ -2,4 +2,5 @@
Gemfile.lock Gemfile.lock
FileList FileList
.scannerwork .scannerwork
.vscode .vscode
.puppet-lint.rc

View File

@@ -59,7 +59,7 @@ class confdroid_apache::params (
String $ae_target_service = '/etc/nagios/conf.d/httpd_service.cfg', String $ae_target_service = '/etc/nagios/conf.d/httpd_service.cfg',
# firewall # firewall
Boolean $ae_manage_fw = false, Boolean $ae_manage_fw = true,
String $ae_order_no = '50', String $ae_order_no = '50',
String $ae_http_port = '80', String $ae_http_port = '80',
String $ae_https_port = '443', String $ae_https_port = '443',