This version is mostly about keeping uptodate with Chef's features by
adding support for Whyruns, which allow you to preview what changes a
configuration run would produce, without actually applying them. There
was also some internal refactoring, like dropping the unneccessary
settings.py module, and the usual bug fixes.
Full changelog:
New features:
* #103: Support for Whyrun
* Nodes are skipped if they have the "dummy" tag (the "dummy" attribute is still
supported)
Bugs fixed:
* #113: cyli fixed prevented SSH config's LogLevel from overriding
env's loglevel
* node_work_path was not being set to the default value when using as a library
As usual on
http://pypi.python.org/pypi/littlechef/1.3.0
Enjoy!
Miquel