diff options
| author | mo khan <mo@mokhan.ca> | 2015-05-03 14:22:24 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-05-03 14:22:24 -0600 |
| commit | 854cfb74e440becc5d09df48aef7456a5991b632 (patch) | |
| tree | f055dcb5bd9b1ef7d0f2565774d636e15dd6e218 /attributes | |
| parent | ca952eeef28db834ed30785f7fed8b0c668ecd0e (diff) | |
add default app name for monit recipe.
Diffstat (limited to 'attributes')
| -rw-r--r-- | attributes/default.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/attributes/default.rb b/attributes/default.rb index de5cb16..1efcd2e 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -50,3 +50,4 @@ 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' |
