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

Commit

Permalink
keep our chef omnibus updated
Browse files Browse the repository at this point in the history
dwradcliffe committed Jun 24, 2014
1 parent fe9941f commit f93b33b
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -144,6 +144,7 @@ GRAPH
yum (>= 0.0.0)
ntp (1.6.2)
ohai (2.0.1)
omnibus_updater (1.0.0)
openssh (1.3.4)
iptables (>= 0.0.0)
openssl (2.0.0)
@@ -192,8 +193,9 @@ GRAPH
rubygems-cache (0.0.1)
memcached (>= 0.0.0)
rubygems (>= 0.0.0)
rubygems-chef (0.0.6)
rubygems-chef (0.0.7)
chef-client (>= 0.0.0)
omnibus_updater (>= 0.0.0)
rubygems-database (0.0.22)
chef-vault (>= 0.0.0)
database (>= 0.0.0)
3 changes: 2 additions & 1 deletion cookbooks/rubygems-chef/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name 'rubygems-chef'
maintainer 'RubyGems.org ops team'

version '0.0.6'
version '0.0.7'

depends 'chef-client'
depends 'omnibus_updater'

supports 'ubuntu'
4 changes: 4 additions & 0 deletions cookbooks/rubygems-chef/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -12,3 +12,7 @@

include_recipe 'chef-client::config'
include_recipe 'chef-client'

node.default['omnibus_updater']['version'] = '11.12.8'
node.default['omnibus_updater']['restart_chef_service'] = true
include_recipe 'omnibus_updater'

0 comments on commit f93b33b

Please sign in to comment.