Skip to content

Commit

Permalink
(BKR-231) updated answers to use v4 answers for puppet 4
Browse files Browse the repository at this point in the history
  • Loading branch information
kevpl committed Jun 2, 2015
1 parent b791548 commit 49eed58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/beaker/answers.rb
Expand Up @@ -16,7 +16,7 @@ class Answers
def self.create version, hosts, options
case version
when /\A4\.0/
return Version34.new(version, hosts, options)
return Version40.new(version, hosts, options)
when /\A3\.99/
return Version40.new(version, hosts, options)
when /\A3\.8/
Expand Down

0 comments on commit 49eed58

Please sign in to comment.