Skip to content

Instantly share code, notes, and snippets.

@zipkid
Created June 13, 2012 15:25
Show Gist options
  • Save zipkid/2924755 to your computer and use it in GitHub Desktop.
Save zipkid/2924755 to your computer and use it in GitHub Desktop.
tomcat_instances:
- default:
server_port: 8005
http_connector_port: 8080
ajp_connector_port: 8009
class tomcat::data {
$tomcat_instances = [ { default => { server_port => 8005, http_connector_port => 8080, ajp_connector_port => 8009 } } ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment