summaryrefslogtreecommitdiff
path: root/cloudinit/CloudConfig/cc_chef.py
AgeCommit message (Expand)Author
2012-06-071. Adding some new helper files that split off file inclusion, templating, im...Joshua Harlow
2012-03-26cc_chef: fix bug when validation_key was present, but validation_cert was notScott Moser
2012-01-18Add HP to Copyright, and Juerg Haefliger Authors.Scott Moser
2012-01-17[PATCH] PEP8 coding style fixes.Scott Moser
2012-01-17[PATCH 4/4] Fix pylint conventions C0301 (line too long)Scott Moser
2012-01-17[PATCH 3/4] Fix pylint conventions C0324 (comma not followed by a space)Scott Moser
2012-01-17[PATCH 1/4] Fix pylint conventions C0321 (more than one statement on a single...Scott Moser
2012-01-12[PATCH 06/13] Fix pylint warnings W0612 (unused variable)Scott Moser
2012-01-12[PATCH 05/13] Fix pylint warnings W0613 (unused argument)Scott Moser
2012-01-12[PATCH 04/13] Fix pylint warnings W0611 (unused import)Scott Moser
2012-01-12[PATCH 01/13] Fix pylint warnings W0311 (bad indentation)Scott Moser
2011-10-27Replace static dict mapping version to packages with a method (LP: #848932)Scott Moser
2011-09-13Bringing in proper json support for firstboot.json from lp:~avishai-ish-shalo...Mike Moulton
2011-09-12Set sane defaults for 'node_name' and 'environment'Mike Moulton
2011-09-10Modifications to properly support both 'gems' and 'packages' install types.Mike Moulton
2011-09-08Fix minor issue with multiple runlist items not written in the correct format.Scott Moser
2011-09-09Fixed wrong firstboot json formatAvishai Ish-Shalom
2011-09-08Fix cc_chef issues (LP: #845161)Scott Moser
2011-09-08Fixed review rejects: firstboot.json write, gem_binary not defined, wrong val...Avishai Ish-Shalom
2011-07-21fix syntax error in cc_chef.pyScott Moser
2011-04-29Seperated chef gems install to another functionAvishai Ish-Shalom
2011-04-24updated ruby packages listAvishai Ish-Shalom
2011-04-24ruby_version should be configurableAvishai Ish-Shalom
2011-04-21Added Chef pluginAvishai Ish-Shalom