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

Commit

Permalink
cleanup code style
Browse files Browse the repository at this point in the history
  • Loading branch information
dwradcliffe committed Jul 18, 2014
1 parent 60bd6c4 commit e800ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/rubygems-people/recipes/default.rb
Expand Up @@ -5,8 +5,8 @@

include_recipe 'user'

meg_balancer_host = search(:node, "roles:balancer AND chef_environment:#{node.chef_environment}")[0]['ipaddress']
meg_app_host = search(:node, "roles:app AND chef_environment:#{node.chef_environment}")[0]['ipaddress']
meg_balancer_host = search('node', "roles:balancer AND chef_environment:#{node.chef_environment}")[0]['ipaddress']
meg_app_host = search('node', "roles:app AND chef_environment:#{node.chef_environment}")[0]['ipaddress']

users = data_bag('users')
sysadmins = []
Expand Down

0 comments on commit e800ea3

Please sign in to comment.