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

Commit

Permalink
upgrade chef client
Browse files Browse the repository at this point in the history
dwradcliffe committed Jul 24, 2015
1 parent 156b96a commit 7433c0e
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -261,7 +261,7 @@ GRAPH
memcached (>= 0.0.0)
rubygems (>= 0.0.0)
rubygems-sensu (>= 0.0.0)
rubygems-chef (0.0.44)
rubygems-chef (0.0.45)
chef-client (>= 0.0.0)
chef-vault (>= 0.0.0)
omnibus_updater (>= 0.0.0)
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.44'
version '0.0.45'

depends 'chef-client'
depends 'chef-vault'
2 changes: 1 addition & 1 deletion cookbooks/rubygems-chef/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
action [:stop, :disable]
end

node.default['omnibus_updater']['version'] = '12.1.2'
node.default['omnibus_updater']['version'] = '12.4.1'
node.default['omnibus_updater']['kill_chef_on_upgrade'] = false
node.default['omnibus_updater']['prevent_downgrade'] = true
include_recipe 'omnibus_updater'

0 comments on commit 7433c0e

Please sign in to comment.