Skip to content

Commit

Permalink
COOK-316, add recipes to metadata for all cookbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Jul 2, 2010
1 parent 6760492 commit fa8524b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"providing": {
},
"recipes": {
"runit": "Installs and configures runit"
},
"replacing": {
},
Expand Down
2 changes: 2 additions & 0 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
description "Installs runit and provides runit_service definition"
version "0.13.0"

recipe "runit", "Installs and configures runit"

%w{ ubuntu debian }.each do |os|
supports os
end
Expand Down

0 comments on commit fa8524b

Please sign in to comment.