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

Use expand_path to set absolute path for puppetfile_path #140

Merged
merged 3 commits into from
Oct 22, 2016

Conversation

madAndroid
Copy link
Contributor

This fixes #85

We were experiencing the same issue as the OP, and it turns out it was because the puppetfile_path config wasn't referencing an absolute path. Once this was changed, relocating the Puppetfile to spec/fixtures (or any other path) works as expected.

This change will work fine with existing implementations, as File.expand_path will be a noop on the default puppetfile_path, as that is already an absolute path.

@neillturner neillturner merged commit 177cc87 into neillturner:master Oct 22, 2016
@madAndroid
Copy link
Contributor Author

Awesome, thanks! :)

@madAndroid
Copy link
Contributor Author

Awesome, thanks :)

On 22 Oct 2016 6:53 pm, "Neill Turner" notifications@github.com wrote:

Merged #140 #140.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#140 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABQp3Zw8zN6sg7EfkQV3uk1Dm2z7KF1gks5q2j91gaJpZM4Kd3jH
.

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.

puppetfile_path does not correctly install Puppet Modules
2 participants