Skip to content

Commit 3b490ac

Browse files
authored
Merge pull request #912 from voxpupuli/no-fedora
drop last bits of Fedora support
2 parents 745dfc3 + cffa0fc commit 3b490ac

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

manifests/params.pp

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -52,25 +52,6 @@
5252
$zabbix_package_provider = undef
5353
$agent_loadmodulepath = '/usr/lib/modules'
5454
}
55-
'Fedora': {
56-
$server_fpinglocation = '/usr/sbin/fping'
57-
$server_fping6location = '/usr/sbin/fping6'
58-
$proxy_fpinglocation = '/usr/sbin/fping'
59-
$proxy_fping6location = '/usr/sbin/fping6'
60-
$manage_repo = false
61-
$manage_choco = false
62-
$zabbix_package_agent = 'zabbix-agent'
63-
$agent_configfile_path = '/etc/zabbix_agentd.conf'
64-
$agent_config_owner = 'zabbix'
65-
$agent_zabbix_user = 'zabbix'
66-
$agent_config_group = 'zabbix'
67-
$agent_pidfile = '/var/run/zabbix/zabbix_agentd.pid'
68-
$agent_servicename = 'zabbix-agent'
69-
$agent_include = '/etc/zabbix/zabbix_agentd.d'
70-
$server_zabbix_user = 'zabbix'
71-
$zabbix_package_provider = undef
72-
$agent_loadmodulepath = '/usr/lib/modules'
73-
}
7455
'FreeBSD': {
7556
$manage_repo = false
7657
$manage_choco = false

spec/classes/agent_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
on_supported_os(baseline_os_hash).each do |os, facts|
1818
context "on #{os}" do
1919
config_path = case facts[:os]['name']
20-
when 'Fedora'
21-
'/etc/zabbix_agentd.conf'
2220
when 'windows'
2321
'C:/ProgramData/zabbix/zabbix_agentd.conf'
2422
else

0 commit comments

Comments
 (0)