Changeset 499

Show
Ignore:
Timestamp:
06/17/08 19:10:46 (3 months ago)
Author:
mbailey
Message:

bugfix: you can now enable nrpe command arguments from deploy.rb with :
set :nrpe_enable_command_args, true

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/deprec/recipes/nagios.rb

    r479 r499  
    227227    namespace :nrpe do 
    228228       
    229       set :nrpe_enable_command_args, false # set to true to compile nrpe to accept arguments 
     229      default :nrpe_enable_command_args, false # set to true to compile nrpe to accept arguments 
    230230                                               # note that you'll need to set it before these recipes are loaded (e.g. in .caprc) 
    231231