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

Fix acceptance failures #17

Merged
merged 2 commits into from
Apr 10, 2019

Conversation

tvpartytonight
Copy link
Contributor

The test previously could find puppet in the load path, but that hasmysteriously disappeared from the test setup and/or puppetserver container. This change adds the /opt/puppetlabs/bin paths found in the Dockerfile for puppetserver-standalone to the path so puppet is found.

Prior to this, the module would not be installed onto the path for
modules, but simply at the root level. The module is now installed on
the modulepath, and it no longer required to move it into the correct
location.
The test previously could find `puppet` in the load path, but that has
mysteriously disappeared from the test setup and/or puppetserver
container. This change adds the /opt/puppetlabs/bin paths found in the
Dockerfile for puppetserver-standalone to the path so puppet is found.
@pcarlisle pcarlisle merged commit b1c11ff into voxpupuli:master Apr 10, 2019
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.

None yet

2 participants