lib/builderator/config/defaults.rb in builderator-1.1.7 vs lib/builderator/config/defaults.rb in builderator-1.1.8

- old
+ new

@@ -30,9 +30,13 @@ cookbook do |cookbook| cookbook.path = '.' cookbook.add_source 'https://supermarket.chef.io' end + berkshelf do |berkshelf| + berkshelf.solver :gecode + end + aws.region 'us-east-1' profile :default do |profile| profile.log_level :info