We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b490ac + fbeb712 commit d83836eCopy full SHA for d83836e
manifests/params.pp
@@ -1,8 +1,8 @@
1
# @summary This class manages zabbix server parameters
2
class zabbix::params {
3
# It seems that ubuntu has an different fping path...
4
- case $facts['os']['name'] {
5
- 'Ubuntu', 'Debian' : {
+ case $facts['os']['family'] {
+ 'Debian' : {
6
$server_fpinglocation = '/usr/bin/fping'
7
$server_fping6location = '/usr/bin/fping6'
8
$proxy_fpinglocation = '/usr/bin/fping'
0 commit comments