Puppet Class: wrappers::tomcat::instance
- Defined in:
- manifests/tomcat/instance.pp
Overview
See README.md for more details.
2 3 4 5 6 7 |
# File 'manifests/tomcat/instance.pp', line 2
class wrappers::tomcat::instance (
$resources = {},
$defaults = {},
) {
create_resources('tomcat::instance', $resources, $defaults)
}
|