diff --git a/manifests/nagios/resources/resource.pp b/manifests/nagios/resources/resource.pp index 0c12652..9994b7f 100644 --- a/manifests/nagios/resources/resource.pp +++ b/manifests/nagios/resources/resource.pp @@ -54,14 +54,14 @@ class cd_nagios::nagios::resources::resource ( 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_comment => "Sets user1 to be the path to the 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_comment => "Sets user2 to be the path to the eventhandlers", + ng_user_arg_comment => 'Sets user2 to be the path to the eventhandlers', } } }