Sha256: 536a6a8773fafefbe64efb47322d39d7f8092fa1554d0a04d204fb02b9581c2e
Contents?: true
Size: 353 Bytes
Versions: 3
Compression:
Stored size: 353 Bytes
Contents
namespace :load do task :defaults do set :pids_path, proc { shared_path.join('pids') } set :sockets_path, proc { shared_path.join('sockets') } end end desc 'Get a list over Sudoers entries to add to a file in sudoers.d' task :sudoers do run_locally do info '--- Copy the information below into a a file in sudoers.d ---' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
capistrano-monit_runit-3.0.4 | lib/capistrano/tasks/base.rake |
capistrano-monit_runit-3.0.3 | lib/capistrano/tasks/base.rake |
capistrano-monit_runit-3.0.2 | lib/capistrano/tasks/base.rake |