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

Commit

Permalink
Bump rubygems-people from debugging work
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Kottler committed Jun 25, 2014
1 parent aa185c9 commit 83c387f
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
@@ -235,7 +235,7 @@ GRAPH
slack_handler (>= 0.0.0)
rubygems-ntp (0.0.1)
ntp (>= 0.0.0)
rubygems-people (0.0.16)
rubygems-people (0.0.18)
sudo (>= 0.0.0)
user (>= 0.0.0)
rubygems-redis (0.0.2)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-people/metadata.rb
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
maintainer 'RubyGems.org Ops Team'
license 'MIT'
description 'RubyGems user recipes'
version '0.0.16'
version '0.0.18'

depends 'user'
depends 'sudo'
2 changes: 1 addition & 1 deletion cookbooks/rubygems-people/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@

next unless user['environments'].include?(node.chef_environment)

if (user['action']) && (user['action'] == 'remove')
if (user['action'] && user['action'] == 'remove')
user_account user['username'] do
action :remove
only_if "/usr/bin/id -u #{user['username']}"

0 comments on commit 83c387f

Please sign in to comment.