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.
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.