Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
hide ganglia for now
Browse files Browse the repository at this point in the history
dwradcliffe committed Nov 15, 2014
1 parent cfa2c21 commit 3981789
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Berksfile.lock
Original file line number Diff line number Diff line change
@@ -194,12 +194,11 @@ GRAPH
redisio (1.7.1)
ulimit (>= 0.1.2)
rsyslog (1.12.2)
rubygems (0.0.28)
rubygems (0.0.29)
ohai (>= 0.0.0)
rubygems-apt (>= 0.0.0)
rubygems-chef (>= 0.0.0)
rubygems-cloud-init (>= 0.0.0)
rubygems-ganglia (>= 0.0.0)
rubygems-hostname (>= 0.0.0)
rubygems-hosts (>= 0.0.0)
rubygems-logging (>= 0.0.0)
4 changes: 2 additions & 2 deletions cookbooks/rubygems/metadata.rb
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@
maintainer 'RubyGems.org Ops Team'
license 'MIT'
description 'RubyGems base recipes'
version '0.0.28'
version '0.0.29'

depends 'rubygems-apt'
depends 'rubygems-chef'
depends 'rubygems-cloud-init'
depends 'rubygems-ganglia'
#depends 'rubygems-ganglia'
depends 'rubygems-hostname'
depends 'rubygems-hosts'
depends 'rubygems-logging'
2 changes: 1 addition & 1 deletion cookbooks/rubygems/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
include_recipe 'rubygems-apt'
include_recipe 'rubygems-chef'
include_recipe 'rubygems-cloud-init'
include_recipe 'rubygems-ganglia'
#include_recipe 'rubygems-ganglia'
include_recipe 'rubygems-hostname'
include_recipe 'rubygems-hosts'
include_recipe 'rubygems-logging'

0 comments on commit 3981789

Please sign in to comment.