index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
sagitta
(mirror of https://github.com/marekm72/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
CloudConfig
/
cc_chef.py
Age
Commit message (
Expand
)
Author
2012-06-07
1. Adding some new helper files that split off file inclusion, templating, im...
Joshua Harlow
2012-03-26
cc_chef: fix bug when validation_key was present, but validation_cert was not
Scott Moser
2012-01-18
Add 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-27
Replace static dict mapping version to packages with a method (LP: #848932)
Scott Moser
2011-09-13
Bringing in proper json support for firstboot.json from lp:~avishai-ish-shalo...
Mike Moulton
2011-09-12
Set sane defaults for 'node_name' and 'environment'
Mike Moulton
2011-09-10
Modifications to properly support both 'gems' and 'packages' install types.
Mike Moulton
2011-09-08
Fix minor issue with multiple runlist items not written in the correct format.
Scott Moser
2011-09-09
Fixed wrong firstboot json format
Avishai Ish-Shalom
2011-09-08
Fix cc_chef issues (LP: #845161)
Scott Moser
2011-09-08
Fixed review rejects: firstboot.json write, gem_binary not defined, wrong val...
Avishai Ish-Shalom
2011-07-21
fix syntax error in cc_chef.py
Scott Moser
2011-04-29
Seperated chef gems install to another function
Avishai Ish-Shalom
2011-04-24
updated ruby packages list
Avishai Ish-Shalom
2011-04-24
ruby_version should be configurable
Avishai Ish-Shalom
2011-04-21
Added Chef plugin
Avishai Ish-Shalom