Puppet Class: tomcat6::params
- Defined in:
- manifests/params.pp
Overview
1 2 3 4 5 6 7 8 9 |
# File 'manifests/params.pp', line 1
class tomcat6::params
{
$serviceName = "tomcat6"
$packageName = "tomcat6"
$tc_config = "/etc/tomcat6/tomcat6.conf"
$tc_user_config = "/etc/tomcat6/tomcat-users.xml"
$tc_context_config = "/etc/tomcat6/context.xml"
$tc_server_config = "/etc/tomcat6/server.xml"
}
|