blt04 / puppet-rvm

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

explicitly scope the $::operatingsystem variable #44

Closed rradonic closed 12 years ago

rradonic commented 12 years ago

this silences the following warning being printed on puppet 2.7.11 (and possibly other versions):

"warning: Dynamic lookup of $operatingsystem at /etc/puppet/modules/rvm/manifests/system_user.pp:4 is deprecated. Support will be removed in Puppet 2.8. Use a fully-qualified variable name (e.g., $classname::variable) or parameterized classes."

let me know if there are any issues with this that i can fix. it's a small change so hopefully there won't be problems.

blt04 commented 12 years ago

Thanks!