OP#493 remove LB balancer option as that has been moved to confdroid_apache

This commit is contained in:
2026-03-14 13:18:54 +01:00
parent 3d0ff148fa
commit f7087950c3
4 changed files with 0 additions and 35 deletions

View File

@@ -44,20 +44,5 @@ class confdroid_nagios::server::files (
seltype => nagios_var_run_t,
seluser => system_u,
}
if $ng_use_lb == true {
file { $ng_remoteip_file:
ensure => file,
owner => 'root',
group => 'root',
mode => '0644',
selrange => s0,
selrole => object_r,
seltype => httpd_conf_t,
seluser => system_u,
content => template('confdroid_nagios/loadbalancer/remoteip.conf.erb'),
notify => Service['httpd'],
}
}
}
}