Puppet Class: java_cd::params

Inherited by:
java_cd::main::config
Defined in:
manifests/params.pp

Summary

Class holds all parameters for the java_cd module.

Overview

java_cd::params.pp Module name: java_cd Author: Arne Teuke (arne_teuke@confdroid.com)



6
7
8
9
10
11
# File 'manifests/params.pp', line 6

class java_cd::params (

) {
  # includes must be last
  include java_cd::main::config
}