Brandon Turner

Results 10 comments of Brandon Turner

Steve, this looks great at first glance. I will test it out ASAP. Would you consider rebasing the pull request and possibly squashing some of the commits to make it...

Steve. Don't worry about it, I can pull as is. But.... If you want to worry about it ;), here's how I would proceed: Add my repo as a remote...

Steve. Can we move the discussion on rvm parameters / stage support to a different github issue, just to keep this thread relating to your rpm pull request? I finally...

Hey Steve, can you test the commit I just added to this pull request. It fixes the multi-stage problem for me. The rest of the pull request looks great. It...

I don't think you can access variables in a provider (unless they were passed to the provider via attributes (like name, ruby_version, etc). I could be wrong. The big problem...

I tried the second approach (add a path argument to rvm execs) and passenger failed to install. I think that may be the best compromise (at least the expected behavior...

The puppet providers included in this module (`rvm_system_ruby`, `rvm_gemset`, and `rvm_gem`) need the RVM binary located in `/usr/local/rvm/bin/rvm`. This binary is installed by the RVM installer. Unfortunately, puppet determines if...

Yes I have had success with run stages. It works great for me on 2.7.10. I'll admit I haven't tested it with older versions of puppet. I do still see...

Looks nice. But what if someone needs the OpenSSL package for multiple rubies? In that case it looks like OpenSSL is installed twice. Maybe we need to create an rvm_package...