You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tasks in the mongrel namespace are using the sudo method to interact with monit, but the comments allude to the fact that they can be run without sudo access by toggling :use_sudo. This is not true, however, because the sudo command always runs using sudo. The commands should most likely use the try_sudo command instead, which looks at the :use_sudo flag or if :run_method is :sudo.
This was reported by jonah_ in IRC.
The text was updated successfully, but these errors were encountered:
The tasks in the mongrel namespace are using the sudo method to interact with monit, but the comments allude to the fact that they can be run without sudo access by toggling :use_sudo. This is not true, however, because the sudo command always runs using sudo. The commands should most likely use the try_sudo command instead, which looks at the :use_sudo flag or if :run_method is :sudo.
This was reported by jonah_ in IRC.
The text was updated successfully, but these errors were encountered: