fix: export cobbler DNS if is_cobbler_master

- set prodinf01n48 as primary cobbler node
- ensure the cobbler DNS record is created
This commit is contained in:
2024-05-11 14:36:28 +10:00
parent fee0bde604
commit a05f81799d
3 changed files with 13 additions and 8 deletions
@@ -8,6 +8,7 @@ class profiles::cobbler::params (
String $server = $::facts['networking']['ip'],
String $next_server = $::facts['networking']['ip'],
Boolean $pxe_just_once = true,
Boolean $is_cobbler_master = false,
Array $packages = [
'cobbler',
'cobbler3.2-web',