Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Commit

Permalink
Merge pull request #48 from kevpl/maint_update_beaker_lib
Browse files Browse the repository at this point in the history
(MAINT) change beaker-puppet to beaker-pe
  • Loading branch information
highb committed Sep 25, 2018
2 parents 0bf910a + 951a5b0 commit 1d0763f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions beaker-puppet_install_helper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec'

# Run time dependencies
s.add_runtime_dependency 'beaker', '>= 4.0'
s.add_runtime_dependency 'beaker-puppet', '>= 1.6.0'
s.add_runtime_dependency 'beaker', '~> 4.0'
s.add_runtime_dependency 'beaker-pe', '~> 2.0'
end
2 changes: 1 addition & 1 deletion lib/beaker/puppet_install_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'beaker'
require 'beaker-puppet'
require 'beaker-pe'
require 'beaker/ca_cert_helper'

module Beaker::PuppetInstallHelper
Expand Down

0 comments on commit 1d0763f

Please sign in to comment.