diff options
author | James Turnbull <james@lovedthanlost.net> | 2008-01-02 08:43:39 +1100 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-01-02 08:43:39 +1100 |
commit | b1f13af734cc75d1b8c73f06d0619b99c65978c0 (patch) | |
tree | ff7ee10f7fc4837eac4d8d3bac2e6233613ccfdc | |
parent | 61c408591fb1b35d0c5d55d6c47f1acfb50882f6 (diff) | |
download | puppet-b1f13af734cc75d1b8c73f06d0619b99c65978c0.tar.gz puppet-b1f13af734cc75d1b8c73f06d0619b99c65978c0.tar.xz puppet-b1f13af734cc75d1b8c73f06d0619b99c65978c0.zip |
Fixed #980 - minor wiki formatting error in nagios_maker.rb
-rw-r--r-- | lib/puppet/util/nagios_maker.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/util/nagios_maker.rb b/lib/puppet/util/nagios_maker.rb index f1f85466f..88402838f 100644 --- a/lib/puppet/util/nagios_maker.rb +++ b/lib/puppet/util/nagios_maker.rb @@ -47,7 +47,7 @@ module Puppet::Util::NagiosMaker same code and the same library. This type generates Nagios configuration statements in Nagios-parseable configuration - files. By default, the statements will be added to ``#{provider.default_target}, but + files. By default, the statements will be added to ``#{provider.default_target}``, but you can send them to a different file by setting their ``target`` attribute. .. _naginator: http://reductivelabs.com/trac/naginator |