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

Ensure Puppetfile gets parsed with absolute path #19

Merged
merged 1 commit into from
May 30, 2018

Conversation

baurmatt
Copy link
Contributor

@baurmatt baurmatt commented Apr 6, 2018

Fixes #18.

@baurmatt baurmatt force-pushed the use-absolute-path branch from 916565a to 734079e Compare April 6, 2018 15:24
Copy link
Contributor

@sigv sigv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The R10K docs are not too explicit in this, but they do indeed seem to want the basedir to be absolute. This matters if you use install_path in your Puppetfile but there might as well be other cases.

@sigv
Copy link
Contributor

sigv commented Apr 10, 2018

From #18, for a minimal Puppetfile to reproduce the issue:

forge 'https://forgeapi.puppetlabs.com'

mod 'puppetlabs-stdlib',
  :git => 'git@github.com:puppetlabs/puppetlabs-stdlib.git',
  :tag => '4.25.0',
  :install_path => 'external'

@juniorsysadmin juniorsysadmin merged commit 67dee6e into voxpupuli:master May 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants