diff options
| author | mo khan <mo@mokhan.ca> | 2015-11-11 10:12:00 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-11-11 10:12:00 -0700 |
| commit | cd49335075e8068c9a7a45d929c0c836f54bfb45 (patch) | |
| tree | 73f62d7507d86506fc1b9a439d39935afe552a59 /attributes | |
| parent | 49e09e6839282b1aabe2e4271cd10c4935351227 (diff) | |
rename cookbook.
Diffstat (limited to 'attributes')
| -rw-r--r-- | attributes/default.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/attributes/default.rb b/attributes/default.rb index 2c1b522..601cf7e 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -5,9 +5,6 @@ default['capistrano']['env'] = { asset_host: '', secret_token: '' } -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" @@ -58,7 +55,6 @@ default['unicorn']['rails_env'] = node.chef_environment default['puma']['username'] = node['user']['username'] default['puma']['current_path'] = "#{node['capistrano']['root_path']}/current" default['puma']['rails_env'] = node.chef_environment -default['monit']['application'] = 'app' #default['rbenv']['ruby_version'] = '2.2.2' default['rbenv']['rubies'] = [ "2.2.2" ] default['aws']['username'] = node['user']['username'] |
