sebastien / cuisine

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

file_link cannot not use sudo #130

Closed DanielVF closed 11 years ago

DanielVF commented 11 years ago

file_link does not have an option to use sudo. This keeps me from creating links if the user I'm connecting in as does not have the permissions needed.

sebastien commented 11 years ago

You don't need a sudo option, simply with mode_sudo(): file_link(...).

DanielVF commented 11 years ago

Thanks!