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

Call install_* methods only once in spec_helper_acceptance #815

Conversation

justinstoller
Copy link
Member

Previously, we were calling install_pe() or install_puppet() for each host even though that helper installs puppet across all hosts. This causes errors on multi host config setups. This also updates the install_puppet() invocation to install native packages on windows, osx and fall back to gem on other platforms.

**note in local testing I got past the puppet installation (the affected code) but my run hung on the module install, so someone with a local setup should verify.

@justinstoller
Copy link
Member Author

@apenney @mhaskel I think that I've addressed the issue with hard coding versions!

apenney pushed a commit that referenced this pull request Aug 11, 2014
…multiple-times

Call install_* methods only once in spec_helper_acceptance
@apenney apenney merged commit e48b509 into puppetlabs:master Aug 11, 2014
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.

None yet

3 participants