alup / puppet-rbenv

Puppet manifest for rbenv installation
MIT License
139 stars 103 forks source link

Added support for creating multiple RC files #121

Open wazoo opened 9 years ago

wazoo commented 9 years ago

I had a situation when installing gitlab using sbadia/puppet-gitlab that I needed to create multiple RC files (I don't remember the reason) so I extended shrc file creation here.

This uses the .each iterator that is part of the language now but may break backwards comparability, I don't have any older versions of puppet to test with.

I tried to run the spec tests to update those but they fail on the master branch as well so I am not sure whats up with that but master and this branch both had the same 17 failures.