Skip to content

Commit

Permalink
metadata task and json data
Browse files Browse the repository at this point in the history
The rakefile shouldn't delete the metadata task, since the
ability to generate JSON metadata from the cookbooks directory
is still useful.

Lets also ship the metadata in JSON in the cookbooks, so others can
make use of it without having to run any Ruby.
  • Loading branch information
jtimberman committed Sep 3, 2009
1 parent 3c52e1e commit 3a21dca
Show file tree
Hide file tree
Showing 71 changed files with 5,164 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -41,6 +41,6 @@ task :build_bootstrap do
end

# remove unnecessary tasks
%w{update install roles ssl_cert metadata}.each do |t|
%w{update install roles ssl_cert}.each do |t|
Rake.application.instance_variable_get('@tasks').delete(t.to_s)
end

0 comments on commit 3a21dca

Please sign in to comment.