recommit for updates in build 47
This commit is contained in:
@@ -4529,6 +4529,46 @@ to the Puppet module controlling the particular item.</p>
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>the user argument for $user2$</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>reqpackages_server</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>array</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>['nagios','nagios-devel']</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>the packages for the server</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>reqpackages_client</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>array</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>['net-snmp-utils',
|
||||
'nagios-plugins',
|
||||
'nagios-plugins-all',
|
||||
'nagios-plugins-nrpe',
|
||||
'nagios-common']</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>the packages for the clients</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
@@ -4551,8 +4591,6 @@ to the Puppet module controlling the particular item.</p>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
655
|
||||
656
|
||||
657
|
||||
658
|
||||
659
|
||||
@@ -4911,14 +4949,10 @@ to the Puppet module controlling the particular item.</p>
|
||||
1012
|
||||
1013
|
||||
1014
|
||||
1015
|
||||
1016
|
||||
1017
|
||||
1018
|
||||
1019</pre>
|
||||
1015</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 655</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 657</span>
|
||||
|
||||
class cd_nagios::params (
|
||||
|
||||
@@ -5174,21 +5208,15 @@ $ng_loadctl_options = 'jobs_max=100;backoff_limit=10;rampup_change=5
|
||||
# single nagios checks
|
||||
$ng_enable_swap_check = true,
|
||||
|
||||
|
||||
) {
|
||||
|
||||
# installation section
|
||||
|
||||
$reqpackages_server = $::operatingsystem ? {
|
||||
/(?i-mx:centos|fedora|redhat)/ => ['nagios','nagios-devel']
|
||||
}
|
||||
$reqpackages_client = $::operatingsystem ? {
|
||||
/(?i-mx:centos|fedora|redhat)/ => ['net-snmp-utils',
|
||||
# installation
|
||||
$reqpackages_server = ['nagios','nagios-devel'],
|
||||
$reqpackages_client = ['net-snmp-utils',
|
||||
'nagios-plugins',
|
||||
'nagios-plugins-all',
|
||||
'nagios-plugins-nrpe',
|
||||
'nagios-common']
|
||||
}
|
||||
'nagios-common'],
|
||||
|
||||
) {
|
||||
|
||||
# service
|
||||
$ng_service = 'nagios'
|
||||
|
||||
Reference in New Issue
Block a user