From ce957db3a93abaf6ec7ac16ea28fd89de497f74a Mon Sep 17 00:00:00 2001 From: pangliye Date: Wed, 2 Nov 2016 17:21:30 +0800 Subject: [PATCH] Fix typo nagios.pp Change-Id: I9abc17831105c0da47b02b12ac90d69c00cc69cc --- .../puppet/modules/lma_infra_alerting/manifests/nagios.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c1d97c9..c4d467b 100644 --- a/deployment_scripts/puppet/modules/lma_infra_alerting/manifests/nagios.pp +++ b/deployment_scripts/puppet/modules/lma_infra_alerting/manifests/nagios.pp @@ -54,7 +54,7 @@ class lma_infra_alerting::nagios ( command_check_interval => $lma_infra_alerting::params::nagios_command_check_interval, interval_length => $lma_infra_alerting::params::nagios_interval_length, - # Not required to set these parameters but either usefull or better for LMA + # Not required to set these parameters but either useful or better for LMA accept_passive_host_checks => $lma_infra_alerting::params::nagios_accept_passive_host_checks, use_syslog => $lma_infra_alerting::params::nagios_use_syslog, log_external_commands => $lma_infra_alerting::params::nagios_log_external_commands,