Skip to content

Instantly share code, notes, and snippets.

@lucky-sideburn
Created October 3, 2012 12:52
Show Gist options
  • Save lucky-sideburn/3826757 to your computer and use it in GitHub Desktop.
Save lucky-sideburn/3826757 to your computer and use it in GitHub Desktop.
include_recipe "tomcat::base"
include_recipe "ark"
gb_user = node['geobatch']['user']
user gb_user do
action :create
supports :manage_home => true
end
tomcat "geobatch" do
user gb_user
action :install
jvm_opts node['geobatch']['java_options']
http_port 8080
manage_config_file false
env node['geobatch']['env']
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment