Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install fix #237

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Install fix #237

wants to merge 2 commits into from

Conversation

wazoo
Copy link

@wazoo wazoo commented Nov 18, 2015

Proposing a better fix to the install rc file creation from #114, this is dependent on an upstream fix from rbenv (alup/puppet-rbenv#121) that adds support for multiple RC files.

Commit c816c60 includes a change to specify the rcfile in the install block, this works without upstream fix.

Commit d9adfbc includes a change that requires the upstream rbenv fix.

Without this fix I ran into an error on the first puppet run that it couldn't find bundler, this might have been a dependency issue but with this fix it works on the first puppet run.

@wazoo
Copy link
Author

wazoo commented Nov 18, 2015

The builds are failing because they are using the published version of that rbenv gem, I wasn't sure how to have travis use my branch of it (without that resulting change ending up as part of this pull) so I haven't updated the tests yet.

@igalic
Copy link
Collaborator

igalic commented Nov 18, 2015

@wazoo in .fixtures.yml

    rbenv:
      repo: "git://github.com/alup/puppet-rbenv.git"
      ref: "6628a24"

point it to your repo/branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants