summaryrefslogtreecommitdiff
path: root/attributes
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-05-22 20:35:11 -0600
committermo khan <mo@mokhan.ca>2015-05-22 20:35:11 -0600
commit3dcccb8b01b3445bc0287de1570930d9e8380f10 (patch)
tree2e2914555a66fbe32b52861002dd4af73aa33bbf /attributes
parentc6993e4c48db8acc42e6d6b3979892986f30ac31 (diff)
update .env to include the rails_env in the name.
Diffstat (limited to 'attributes')
-rw-r--r--attributes/default.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/attributes/default.rb b/attributes/default.rb
index d996644..fbf64a1 100644
--- a/attributes/default.rb
+++ b/attributes/default.rb
@@ -57,9 +57,6 @@ default['unicorn']['rails_env'] = node.chef_environment
default['monit']['application'] = 'app'
#default['rbenv']['ruby_version'] = '2.2.2'
default['rbenv']['rubies'] = [ "2.2.2" ]
-default['rbenv']['plugins'] = [
- { 'name' => 'rbenv-gem-rehash', 'git_url' => 'https://github.com/sstephenson/rbenv-gem-rehash.git' }
-]
default['aws']['username'] = node['user']['username']
default['aws']['profiles']['default']['region'] = 'us-east-1'
default['aws']['profiles']['default']['aws_access_key_id'] = 'secret'