Skip to content

Commit

Permalink
Removed yum and apt dependencies from cookbook's metadata.rb. Crowbar…
Browse files Browse the repository at this point in the history
… should have these available in the appropriate place.
  • Loading branch information
khudgins committed Dec 12, 2011
1 parent fe5f6c1 commit 55bc9b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chef/cookbooks/zenoss/metadata.rb
Expand Up @@ -3,10 +3,8 @@
license "Apache 2.0" license "Apache 2.0"
description "Installs and configures Zenoss and registers nodes as devices" description "Installs and configures Zenoss and registers nodes as devices"
version "0.7.2" version "0.7.2"
depends "apt"
depends "openssh" depends "openssh"
depends "openssl" depends "openssl"
depends "yum"
recipe "zenoss", "Defaults to the client recipe." recipe "zenoss", "Defaults to the client recipe."
recipe "zenoss::client", "Includes the `openssh` recipe and adds the device to the Zenoss server for monitoring." recipe "zenoss::client", "Includes the `openssh` recipe and adds the device to the Zenoss server for monitoring."
recipe "zenoss::server", "Installs Zenoss, handling and configuring all the dependencies while adding Device Classes, Groups, Systems and Locations. All nodes using the `zenoss::client` recipe are added for monitoring." recipe "zenoss::server", "Installs Zenoss, handling and configuring all the dependencies while adding Device Classes, Groups, Systems and Locations. All nodes using the `zenoss::client` recipe are added for monitoring."
Expand Down

0 comments on commit 55bc9b5

Please sign in to comment.