set fw to true
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@ Gemfile.lock
|
||||
FileList
|
||||
.scannerwork
|
||||
.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