From ccec4149986d75fcca6d83bdacb529cc27e4cc70 Mon Sep 17 00:00:00 2001
From: Jenkins ConfDroid
the user argument for $user2$
+the packages for the server
+the packages for the clients
-655 -656 657 658 659 @@ -4911,14 +4949,10 @@ to the Puppet module controlling the particular item. 1012 1013 1014 -1015 -1016 -1017 -1018 -1019+1015
# File 'manifests/params.pp', line 655
+ # File 'manifests/params.pp', line 657
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'