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 3b676ba commit f4d031d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@
]
},
"license": "Apache 2.0",
"version": "0.3.1",
"version": "0.3.2",
"providing": {
},
"recipes": {
"nagios": "Empty, use one of the other recipes",
"nagios::client": "Installs and configures a nagios client with nrpe",
"nagios::server": "Installs and configures a nagios server"
},
"replacing": {
},
Expand Down
6 changes: 5 additions & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
license "Apache 2.0"
description "Installs and configures nagios"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
version "0.3.1"
version "0.3.2"

recipe "nagios", "Empty, use one of the other recipes"
recipe "nagios::client", "Installs and configures a nagios client with nrpe"
recipe "nagios::server", "Installs and configures a nagios server"

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

0 comments on commit f4d031d

Please sign in to comment.