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

(maint) Require beaker-puppet for beaker 4.0 update #314

Merged
merged 1 commit into from
Aug 13, 2018

Conversation

donoghuc
Copy link
Contributor

As of beaker 4.0 beaker no longer requires beaker-puppet. This commit adds beaker-puppet required for acceptance tests.

Gemfile Outdated
@@ -55,6 +55,7 @@ group :system_tests do
gem "puppet-module-posix-system-r#{minor_version}", :require => false, :platforms => "ruby"
gem "puppet-module-win-system-r#{minor_version}", :require => false, :platforms => ["mswin", "mingw", "x64_mingw"]
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '>= 3')
gem 'beaker-puppet', '~>1.0'
Copy link
Contributor

Choose a reason for hiding this comment

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

Wouldn't mind a space for consistency, but 🤷‍♂️

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@MikaelSmith I can add that space. Was still working on trying to test this.

As of beaker 4.0 beaker no longer requires beaker-puppet. This commit adds beaker-puppet required for acceptance tests.
@donoghuc donoghuc merged commit 1528c62 into puppetlabs:master Aug 13, 2018
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.

3 participants