lib/capistrano/tasks/base.rake in capistrano-monit_runit-3.0.4 vs lib/capistrano/tasks/base.rake in capistrano-monit_runit-3.1.0
- old
+ new
@@ -2,12 +2,5 @@
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