From 2436e94da9c1714fa7a4e7388b6864e020c8e60b Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 29 Apr 2018 14:04:42 +0200 Subject: [PATCH] updates template --- manifests/nagios/resources/resource.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/nagios/resources/resource.pp b/manifests/nagios/resources/resource.pp index 9994b7f..5250c68 100644 --- a/manifests/nagios/resources/resource.pp +++ b/manifests/nagios/resources/resource.pp @@ -52,15 +52,15 @@ class cd_nagios::nagios::resources::resource ( # plugins rule cd_nagios::nagios::resources::resource_df { 'user_rule_plugins': - ng_user_arg_name => 'user1', - ng_user_arg_value => '/usr/lib64/nagios/plugins', + ng_user_arg_name => 'USER1', + ng_user_arg_value => '/usr/lib64/nagios/plugins/', ng_user_arg_comment => 'Sets user1 to be the path to the plugins', } # eventhandlers rule cd_nagios::nagios::resources::resource_df { 'user_rule_eventhandlers': - ng_user_arg_name => 'user2', - ng_user_arg_value => '/usr/lib64/nagios/plugins/eventhandlers', + ng_user_arg_name => 'USER2', + ng_user_arg_value => '/usr/lib64/nagios/plugins/eventhandlers/', ng_user_arg_comment => 'Sets user2 to be the path to the eventhandlers', } }