Skip to content

Commit

Permalink
drop last bits of Fedora support
Browse files Browse the repository at this point in the history
Fixes: cbf9584
  • Loading branch information
evgeni committed Nov 8, 2023
1 parent a453023 commit cffa0fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
19 changes: 0 additions & 19 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -52,25 +52,6 @@
$zabbix_package_provider = undef
$agent_loadmodulepath = '/usr/lib/modules'
}
'Fedora': {
$server_fpinglocation = '/usr/sbin/fping'
$server_fping6location = '/usr/sbin/fping6'
$proxy_fpinglocation = '/usr/sbin/fping'
$proxy_fping6location = '/usr/sbin/fping6'
$manage_repo = false
$manage_choco = false
$zabbix_package_agent = 'zabbix-agent'
$agent_configfile_path = '/etc/zabbix_agentd.conf'
$agent_config_owner = 'zabbix'
$agent_zabbix_user = 'zabbix'
$agent_config_group = 'zabbix'
$agent_pidfile = '/var/run/zabbix/zabbix_agentd.pid'
$agent_servicename = 'zabbix-agent'
$agent_include = '/etc/zabbix/zabbix_agentd.d'
$server_zabbix_user = 'zabbix'
$zabbix_package_provider = undef
$agent_loadmodulepath = '/usr/lib/modules'
}
'FreeBSD': {
$manage_repo = false
$manage_choco = false
Expand Down
2 changes: 0 additions & 2 deletions spec/classes/agent_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
on_supported_os(baseline_os_hash).each do |os, facts|
context "on #{os}" do
config_path = case facts[:os]['name']
when 'Fedora'
'/etc/zabbix_agentd.conf'
when 'windows'
'C:/ProgramData/zabbix/zabbix_agentd.conf'
else
Expand Down

0 comments on commit cffa0fc

Please sign in to comment.