Browse Source

renamed java recipe to more descriptive java_webapp

Seth Chisamore 13 years ago
parent
commit
bbdb1833a9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      recipes/java_webapp.rb

+ 1 - 0
recipes/java.rb → recipes/java_webapp.rb

@@ -91,6 +91,7 @@ if app["database_master_role"]
       mode "644"
       variables(
         :host => dbm['fqdn'],
+        :app => app['id'],
         :database => app['databases'][node.app_environment],
         :war => "#{app['deploy_to']}/releases/#{app['war'][node.app_environment]['checksum']}.war"
       )