lib/recipes/logrotate/monit.rb in capitate-0.2.13 vs lib/recipes/logrotate/monit.rb in capitate-0.2.14

- old
+ new

@@ -3,10 +3,15 @@ namespace :logrotate do desc <<-DESC Install logrotated conf for monit. - *monit_log_path*: Path to monit log. _Defaults to <tt>/var/log/monit.log</tt>_ + <dl> + <dt>monit_log_path</dt> + <dd>Path to monit log</dd> + <dd class="default">Defaults to @"/var/log/monit.log"@</dd> + </dl> + "Source":#{link_to_source(__FILE__)} DESC task :install do fetch_or_default(:monit_log_path, "/var/log/monit.log") \ No newline at end of file