rapid7 / builderator

Tools to make CI Packer builds awesome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Berkshelf solver should be configurable instead of hard coded

fmitchell-r7 opened this issue · comments

Builderator is currently hardcoded to use the gecode solver for Berkshelf. We should make that configurable in the generated Berksfile so it uses the solver :gecode or solver :ruby syntax instead. We can default to gecode to maintain backwards compatibility with existing projects using Builderator and expecting that behavior.