blt04 / puppet-rvm

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

Corrected variable scoping with mod_passenger and puppet 3.x #84

Closed pspoerri closed 11 years ago

pspoerri commented 11 years ago

Encountered variable variable referencing problems with puppet 3.1.1 Corrected variable scoping by prepending an @ to focus on current scope (see http://docs.puppetlabs.com/guides/templating.html )