@@ -73,20 +73,8 @@ <h2>Overview</h2>
7373< div class ="docstring ">
7474 < div class ="discussion ">
7575
76- < p > Define: java</ p >
77-
7876< p > This module manages Java.</ p >
7977
80- < p > Parameters:</ p >
81-
82- < p > $java_version:: The java version. Possible values at this time are
83- < code > 6</ code > and < code > 7</ code > . Defaults to the resource's title.</ p >
84-
85- < p > $java_default_version:: The java default version. Possible values at this
86- time are < code > 6</ code > and < code > 7</ code > . If different than
87- < code > undef</ code > it will be used to configure the alternative system.
88- Defaults to < code > undef</ code > .</ p >
89-
9078< p > Actions:</ p >
9179
9280< p > Declares all other defines in the java module needed for installing Java.
@@ -112,25 +100,38 @@ <h2>Overview</h2>
112100 < span class ='name '> java_version</ span >
113101
114102
115- < span class ='type '> (< tt > Any </ tt > )</ span >
103+ < span class ='type '> (< tt > Integer </ tt > )</ span >
116104
117105
118106 < em class ="default "> (defaults to: < tt > $title</ tt > )</ em >
119107
120108
109+ —
110+ < div class ='inline '>
111+ < p > the java version. Possible values at this time are < code > 6</ code > and
112+ < code > 7</ code > .</ p >
113+ </ div >
114+
121115 </ li >
122116
123117 < li >
124118
125119 < span class ='name '> java_default_version</ span >
126120
127121
128- < span class ='type '> (< tt > Any </ tt > )</ span >
122+ < span class ='type '> (< tt > Integer </ tt > )</ span >
129123
130124
131125 < em class ="default "> (defaults to: < tt > hiera('java::java_default_version', undef)</ tt > )</ em >
132126
133127
128+ —
129+ < div class ='inline '>
130+ < p > the java default version. Possible values at this time are < code > 6</ code >
131+ and < code > 7</ code > . If different than < code > undef</ code > it will be used to
132+ configure the alternative system.</ p >
133+ </ div >
134+
134135 </ li >
135136
136137</ ul >
@@ -143,20 +144,20 @@ <h2>Overview</h2>
143144 < pre class ="lines ">
144145
145146
147+ 26
148+ 27
149+ 28
150+ 29
14615130
14715231
14815332
14915433
15015534
15115635
152- 36
153- 37
154- 38
155- 39
156- 40</ pre >
157+ 36</ pre >
157158 </ td >
158159 < td >
159- < pre class ="code "> < span class ="info file "> # File 'manifests/init.pp', line 30 </ span >
160+ < pre class ="code "> < span class ="info file "> # File 'manifests/init.pp', line 26 </ span >
160161
161162define java (
162163 $java_version = $title,
0 commit comments