Set default for dhcp.template in warewulf.conf

Signed-off-by: Timothy Middelkoop <tmiddelkoop@internet2.edu>
This commit is contained in:
Timothy Middelkoop
2025-02-09 21:14:55 +00:00
committed by Jonathon Anderson
parent 15de12ea76
commit 944d611d4f
2 changed files with 3 additions and 3 deletions

View File

@@ -10,19 +10,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Added missing hostlist support for `wwctl node` and `wwctl overlay build`. #1635
- Added support for comma-separated hostlist patterns. #1635
- Added default value for `warewulf.conf:dhcp.template`. #1725
### Fixed
- Fixed detection of overlay files in `wwctl overlay list --long`.
- Fixed panics in `wwctl node sensors` and `wwctl node console` when ipmi not configured.
- Fixed completions for `wwctl` commands.
- Return "" when NetDev.IpCIDR is empty.
### Removed
- Removed partial support for regex searches in node and profile lists. #1635
### Fixed
- Return "" when NetDev.IpCIDR is empty.
## v4.6.0rc2, 2025-02-07

View File

@@ -10,6 +10,7 @@ dhcp:
range start: 10.0.1.1
range end: 10.0.1.255
systemd name: dhcpd
template: default
tftp:
enabled: true
systemd name: tftp