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

Commit

Permalink
Fix my personal recipe so that chef-client can run to completion on t…
Browse files Browse the repository at this point in the history
…he bastion hosts
  • Loading branch information
Sam Kottler committed Jul 16, 2014
1 parent 63244ff commit 106ee02
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Expand Up @@ -265,7 +265,7 @@ GRAPH
slack_handler (>= 0.0.0)
rubygems-ntp (0.0.1)
ntp (>= 0.0.0)
rubygems-people (0.0.21)
rubygems-people (0.0.22)
sudo (>= 0.0.0)
user (>= 0.0.0)
rubygems-redis (0.0.3)
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/rubygems-people/metadata.rb
Expand Up @@ -2,7 +2,7 @@
maintainer 'RubyGems.org Ops Team'
license 'MIT'
description 'RubyGems user recipes'
version '0.0.21'
version '0.0.22'

depends 'user'
depends 'sudo'
Expand Down
1 change: 0 additions & 1 deletion cookbooks/rubygems-people/recipes/samkottler.rb
Expand Up @@ -17,7 +17,6 @@
git "#{home}/src/dotfiles" do
repository 'https://github.com/skottler/dotfiles'
revision 'master'
checkout_branch 'master'
action :sync
user 'samkottler'
end
Expand Down

0 comments on commit 106ee02

Please sign in to comment.