diff --git a/deployment_scripts/puppet/modules/lma_infra_alerting/manifests/nagios.pp b/deployment_scripts/puppet/modules/lma_infra_alerting/manifests/nagios.pp index ee00b63..637251a 100644 --- a/deployment_scripts/puppet/modules/lma_infra_alerting/manifests/nagios.pp +++ b/deployment_scripts/puppet/modules/lma_infra_alerting/manifests/nagios.pp @@ -18,12 +18,12 @@ # class lma_infra_alerting::nagios ( - $http_user = $lma_infra_alerting::params::http_user, - $httpd_service_name = 'httpd', $http_password, $http_port, $nagios_ui_address, $nagios_address, + $http_user = $lma_infra_alerting::params::http_user, + $httpd_service_name = 'httpd', $ui_tls_enabled = false, $ui_certificate_filename = undef, $ui_certificate_hostname = undef,