blt04 / puppet-rvm

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

Install script bug fix #38

Closed etiennep closed 12 years ago

etiennep commented 12 years ago

Puppet was crashing when running the install script contained in system.pp.

I've added \ characters at the end of each line in the command and this has resolved my issue.

blt04 commented 12 years ago

Thanks for the pull request. Just curious, what version of Puppet are you using? I haven't seen this error.

etiennep commented 12 years ago

Sorry I meant to put it in the request but forgot.

I'm running 2.7.5 on Ubuntu 11.10 (Oneiric)

Thanks,

Etienne

On Mar 13, 2012, at 2:42 PM, Brandon Turner wrote:

Thanks for the pull request. Just curious, what version of Puppet are you using? I haven't seen this error.


Reply to this email directly or view it on GitHub: https://github.com/blt04/puppet-rvm/pull/38#issuecomment-4484250

blt04 commented 12 years ago

Cool. Looks like multi-line strings had a regression in 2.7.5 (http://projects.puppetlabs.com/issues/9996) that was fixed in 2.7.6.

Adding slashes doesn't hurt though, so thanks again!