puppet-rbenv
puppet-rbenv copied to clipboard
Puppet manifest for rbenv installation
libreadline6 isn't in the Ubuntu 18 repositories, only libreadline7. This PR ensures that the module installs the correct libreadline version available for Ubuntu 18.
Bumps [puppet](https://github.com/puppetlabs/puppet) from 2.7.18 to 6.25.1. Commits 7a5e454 (PUP-11328) Get the environment's name without loading the environment f0214e6 (PUP-11328) Fallback to node request in configurer 2163522 (PUP-11319) Move DEFAULT_TIMEOUT constant...
Bumps [rake](https://github.com/ruby/rake) from 0.9.2.2 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...
When compiling Ruby 2.1.1 on a recent Mavericks system with Homebrew installed, it fails to compile because the openssl vendored into ruby seems to not compile. We've worked around this...
Hi gang. Is anyone looking after this anymore?
On systems with noexec on /tmp, it's useful to be able to set the TMPDIR environment variable inline
Would be nice to see this module running with travis builds
How do these work?
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...