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
dwradcliffe committed Jul 18, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
Original file line number Diff line number Diff line change
@@ -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 = []

0 comments on commit e800ea3

Please sign in to comment.