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

Commit

Permalink
remove collectd hack since it's been applied everywhere
Browse files Browse the repository at this point in the history
Sam Kottler committed Mar 14, 2015
1 parent 4287ac6 commit 5d8ffa6
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -184,7 +184,7 @@ GRAPH
route53 (0.3.8)
build-essential (>= 0.0.0)
rsyslog (1.12.2)
rubygems (0.0.39)
rubygems (0.0.40)
chef-vault (>= 0.0.0)
datadog (>= 0.0.0)
ohai (>= 0.0.0)
2 changes: 1 addition & 1 deletion cookbooks/rubygems/metadata.rb
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
maintainer 'RubyGems.org Ops Team'
license 'MIT'
description 'RubyGems base recipes'
version '0.0.39'
version '0.0.40'

depends 'chef-vault'
depends 'datadog'
9 changes: 0 additions & 9 deletions cookbooks/rubygems/recipes/datadog.rb
Original file line number Diff line number Diff line change
@@ -3,15 +3,6 @@
# Recipe:: datadog
#

execute 'pkill-collectd' do
command '/usr/bin/pkill -9 collectd'
only_if { ::File.exist?('/usr/sbin/collectd') }
end

package 'collectd-core' do
action :remove
end

include_recipe 'chef-vault'

datadog_creds = chef_vault_item('datadog', 'credentials')

0 comments on commit 5d8ffa6

Please sign in to comment.