tobami / littlechef

Cook with Chef without a Chef Server
Apache License 2.0
472 stars 71 forks source link

allow provide a chef_binary_path from configuration file #246

Open wilddog64 opened 9 years ago

wilddog64 commented 9 years ago

in some cases, chef binary are not in a default bin path because maybe rvm or rbenv change it, and you still want littlechef to work. This patch allows that to happen by adding chef_bnary_path to littlechef configuration file

tobami commented 9 years ago

Thanks for the patch. The branch conflicts with master so it cannot be merged. It also has tons of older commits in it which have nothing to do with the feature you added. The best option would be to create a new branch from current master and just re-add your changes.