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

Commit

Permalink
Create /etc/chef/client.d before trying to use it
Browse files Browse the repository at this point in the history
Sam Kottler committed Jul 13, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3493297 commit b0b1c69
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -218,7 +218,7 @@ GRAPH
rubygems-cache (0.0.1)
memcached (>= 0.0.0)
rubygems (>= 0.0.0)
rubygems-chef (0.0.10)
rubygems-chef (0.0.12)
chef-client (>= 0.0.0)
omnibus_updater (>= 0.0.0)
rubygems-ci (0.0.7)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-chef/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name 'rubygems-chef'
maintainer 'RubyGems.org ops team'

version '0.0.10'
version '0.0.12'

depends 'chef-client'
depends 'omnibus_updater'
2 changes: 2 additions & 0 deletions cookbooks/rubygems-chef/recipes/librato.rb
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@
include_recipe 'chef-vault'
librato_creds = chef_vault_item('librato', 'credentials')

directory '/etc/chef/client.d'

chef_gem 'chef-handler-librato'

template '/etc/chef/client.d/librato.rb' do

0 comments on commit b0b1c69

Please sign in to comment.