rax-maas / dreadnot

deploy without dread
Apache License 2.0
631 stars 61 forks source link

Grab knife path from environment or options hash if possible #19

Closed threetee closed 12 years ago

threetee commented 12 years ago

This addresses https://github.com/racker/dreadnot/issues/18. Default knife path is still /usr/bin/knife, but the default can now be overridden by setting KNIFE_PATH in the environment, or setting the knife_path key in the options hash when calling the knife() function.

russellhaering commented 12 years ago

@threetee looks good, thanks!