summaryrefslogtreecommitdiff
path: root/attributes
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-05-03 21:17:13 -0600
committermo khan <mo@mokhan.ca>2015-05-03 21:17:13 -0600
commit5b92b27a1cb40e44832c02c62ca10b08aa79fa70 (patch)
tree3215fab85c4428e33e232016ca4ba12338fdca3d /attributes
parentf5ece2894e9a3d17cdc690a06c2f46ed8a105020 (diff)
add aws recipe and fix foodcritic violations.
Diffstat (limited to 'attributes')
-rw-r--r--attributes/default.rb20
1 files changed, 10 insertions, 10 deletions
diff --git a/attributes/default.rb b/attributes/default.rb
index 6312423..33d3788 100644
--- a/attributes/default.rb
+++ b/attributes/default.rb
@@ -41,14 +41,14 @@ default['capistrano']['env'] = {
},
newrelic_key: '',
}
-default[:delayed_job][:username] = node['user']['username']
-default[:delayed_job][:current_path] = "#{node['capistrano']['root_path']}/current"
-default[:delayed_job][:rails_env] = node.chef_environment
-default[:nginx][:domain] = 'www.example.com'
-default[:nginx][:current_path] = "#{node['capistrano']['root_path']}/current"
-default[:nginx][:shared_path] = "#{node['capistrano']['root_path']}/shared_path"
-default[:unicorn][:username] = node['user']['username']
-default[:unicorn][:current_path] = "#{node['capistrano']['root_path']}/current"
-default[:unicorn][:rails_env] = node.chef_environment
-default[:monit][:application] = 'app'
+default['delayed_job']['username'] = node['user']['username']
+default['delayed_job']['current_path'] = "#{node['capistrano']['root_path']}/current"
+default['delayed_job']['rails_env'] = node.chef_environment
+default['nginx']['domain'] = 'www.example.com'
+default['nginx']['current_path'] = "#{node['capistrano']['root_path']}/current"
+default['nginx']['shared_path'] = "#{node['capistrano']['root_path']}/shared_path"
+default['unicorn']['username'] = node['user']['username']
+default['unicorn']['current_path'] = "#{node['capistrano']['root_path']}/current"
+default['unicorn']['rails_env'] = node.chef_environment
+default['monit']['application'] = 'app'
default['rbenv']['ruby_version'] = '2.2.0'