lib/recipes/monit/backgroundjob.rb in capitate-0.2.15 vs lib/recipes/monit/backgroundjob.rb in capitate-0.3.1
- old
+ new
@@ -1,14 +1,14 @@
namespace :backgroundjob do
namespace :monit do
desc <<-DESC
- Generate and install backgroundjob (for application) monitrc.
+ Setup backgroundjob (for application) monitrc.
"Source":#{link_to_source(__FILE__)}
DESC
- task :install do
+ task :setup do
# Settings
fetch_or_default(:backgroundjob_pid_path, "#{shared_path}/pids/bj.pid")
fetch_or_default(:monit_conf_dir, "/etc/monit")
\ No newline at end of file