recommit for updates in build 21
This commit is contained in:
@@ -115,7 +115,7 @@ class cd_alloy::main::config (
|
||||
|
||||
) inherits cd_alloy::params {
|
||||
|
||||
include cd_alloy::main::install
|
||||
include cd_alloy::main::service
|
||||
|
||||
}</pre>
|
||||
</td>
|
||||
|
||||
@@ -121,7 +121,7 @@ class cd_alloy::main::install (
|
||||
|
||||
require cd_alloy::main::yumrepo
|
||||
|
||||
package {$reqpackages:
|
||||
package {$repackages:
|
||||
ensure => $pkg_ensure,
|
||||
}
|
||||
|
||||
|
||||
@@ -104,14 +104,12 @@
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>reqpackages</span>
|
||||
<span class='name'>repackages</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>string</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'alloy'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
@@ -138,6 +136,19 @@
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>reqpackages</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>Any</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'alloy'</tt>)</em>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
@@ -159,7 +170,14 @@
|
||||
15
|
||||
16
|
||||
17
|
||||
18</pre>
|
||||
18
|
||||
19
|
||||
20
|
||||
21
|
||||
22
|
||||
23
|
||||
24
|
||||
25</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 8</span>
|
||||
@@ -171,6 +189,13 @@ $pkg_ensure = 'latest',
|
||||
|
||||
) {
|
||||
|
||||
# service
|
||||
$ay_service = 'alloy'
|
||||
|
||||
# dirs
|
||||
$ay_main_dir = '/etc/alloy'
|
||||
|
||||
|
||||
# includes must be last
|
||||
include cd_alloy::main::config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user