Skip to content

Commit

Permalink
Merge pull request #829 from kevpl/bkr231_answers_update
Browse files Browse the repository at this point in the history
(BKR-231) updated answers to use v4 answers for puppet 4
  • Loading branch information
alice nodelman committed Jun 2, 2015
2 parents e62404d + 49eed58 commit 4975d36
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 4975d36

Please sign in to comment.