set fw to true
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -2,4 +2,5 @@
|
||||
Gemfile.lock
|
||||
FileList
|
||||
.scannerwork
|
||||
.vscode
|
||||
.vscode
|
||||
.puppet-lint.rc
|
||||
@@ -59,7 +59,7 @@ class confdroid_apache::params (
|
||||
String $ae_target_service = '/etc/nagios/conf.d/httpd_service.cfg',
|
||||
|
||||
# firewall
|
||||
Boolean $ae_manage_fw = false,
|
||||
Boolean $ae_manage_fw = true,
|
||||
String $ae_order_no = '50',
|
||||
String $ae_http_port = '80',
|
||||
String $ae_https_port = '443',
|
||||
|
||||
Reference in New Issue
Block a user