blt04 / puppet-rvm

A puppet module for installing and using RVM (Ruby Version Manager)
Other
242 stars 280 forks source link

Security concerns about installing RVM as root user #73

Open kaazoo opened 11 years ago

kaazoo commented 11 years ago

The RVM documentation describes that RVM should not be installed as user root for system-wiede multi-user installations: https://rvm.io/support/troubleshooting/#sudo . Instead sudo should be used.

Is this a valid case for puppet-rvm? Or are these security concerns handled somehow?