sebastien / cuisine

Chef-like functionality for Fabric
Other
1.26k stars 156 forks source link

file_read with sudo #160

Closed salsicha closed 11 years ago

salsicha commented 11 years ago

Having file_read using sudo by default (or maybe just adding a sudo argument to the function) makes it more useful.

sebastien commented 11 years ago

Hi, thanks for the pull requests, but file_read should not require sudo to run -- first because Cuisine does not assume users have the rights to invoke sudo, second because it would break the existing API. Thanks though!