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

Commit

Permalink
fix librato token
Browse files Browse the repository at this point in the history
  • Loading branch information
dwradcliffe committed Jul 13, 2014
1 parent b0b1c69 commit 9f539a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Expand Up @@ -218,7 +218,7 @@ GRAPH
rubygems-cache (0.0.1)
memcached (>= 0.0.0)
rubygems (>= 0.0.0)
rubygems-chef (0.0.12)
rubygems-chef (0.0.13)
chef-client (>= 0.0.0)
omnibus_updater (>= 0.0.0)
rubygems-ci (0.0.7)
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/rubygems-chef/metadata.rb
@@ -1,7 +1,7 @@
name 'rubygems-chef'
maintainer 'RubyGems.org ops team'

version '0.0.12'
version '0.0.13'

depends 'chef-client'
depends 'omnibus_updater'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/rubygems-chef/recipes/librato.rb
Expand Up @@ -15,6 +15,6 @@
mode '0644'
variables(
email: librato_creds['email'],
api_key: librato_creds['api_key']
api_key: librato_creds['token']
)
end

0 comments on commit 9f539a5

Please sign in to comment.