README.md in capistrano-monit_runit-3.0.4 vs README.md in capistrano-monit_runit-3.1.0

- old
+ new

@@ -28,19 +28,15 @@ require 'capistrano/runit' ``` ## Sudoing -The setup process requires sudo on some files and folders upon creation. +You should setup sudoers to allow control over monit and runit from the deployment user in either Salt, puppet, chef or +other form for infrastructure setup -You should run the following commands to get the proper list for entries to be created in /etc/sudoers.d +The cap tasks for creating a sudoers list has been deprecated, as it does not belong to deployment of an app -``` -cap production runit:sudoers -cap production monit:sudoers -``` - ## Services for Monit and Runit Services created: * _[capistrano-puma](https://github.com/leifcr/capistrano-puma)_ for [Puma](http://puma.io) @@ -141,6 +137,5 @@ * Make a pull request ## Copyright (c) 2013-2015 Leif Ringstad. See LICENSE.txt for details -