Commit 854cfb7

mo khan <mo@mokhan.ca>
2015-05-03 20:22:24
add default app name for monit recipe.
1 parent ca952ee
Changed files (1)
attributes
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'