feat: add new cobbler master
Build / precommit (pull_request) Successful in 4m36s

- change cobbler.main.unkin.net to 2098
- change to networkd
- add anycast address for pxeserver
- update dhcp::server hiera with pxeserver address
- frr for el8 cannot set nice
- replace ipxebins class with rpm
This commit is contained in:
2025-07-12 14:52:21 +10:00
parent 9aa6472e5b
commit d785894473
7 changed files with 75 additions and 62 deletions
+11
View File
@@ -59,6 +59,17 @@ class frrouting (
}
}
if $facts['os']['release']['major'] == '8' {
systemd::manage_dropin { 'default_nice_level.conf':
ensure => present,
unit => 'frr.service',
service_entry => {
'Nice' => 0,
},
notify => Service['frr'],
}
}
if $manage_service {
service { $service_name:
ensure => running,