diff options
| author | mo khan <mo@mokhan.ca> | 2015-05-03 21:43:45 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-05-03 21:43:45 -0600 |
| commit | d42b00b6b7be7bb702eac8040a0d2c02bf7cc36d (patch) | |
| tree | 353183d26286557f831721858014838756d213d3 /attributes | |
| parent | 5b92b27a1cb40e44832c02c62ca10b08aa79fa70 (diff) | |
fix aws templates.
Diffstat (limited to 'attributes')
| -rw-r--r-- | attributes/default.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/attributes/default.rb b/attributes/default.rb index 33d3788..3f6e24c 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -52,3 +52,7 @@ 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' +default['aws']['username'] = node['user']['username'] +default['aws']['profiles']['default']['region'] = 'us-east-1' +default['aws']['profiles']['default']['aws_access_key_id'] = 'secret' +default['aws']['profiles']['default']['aws_secret_access_key'] = 'secret' |
