added parameter documentation

This commit is contained in:
Arne Teuke
2017-07-27 14:33:00 +01:00
parent ab8b3878e7
commit 645cb4255a
4 changed files with 9 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ class cd_nagios::server::service (
group => $ng_user,
mode => '0640',
check_command => "check_ping!${ng_ping_warn}!${ng_ping_crit}",
notify => Service ['nagios'],
notify => Service[$ng_service],
}
@@nagios_service { 'check_nagios_localhost':