Remove unnecessary config parameter examples

warewulf.datastore is being set to a null string, which is simply
prompting it to use the default.

dhcp.template doesn't appear to be used any more, now that dhcp
configuration has moved into the host overlay.

tftp.tftproot doesn't appear to be doing anything, is simply setting to
the empty string anyway, and is otherwise compiled-in.

Signed-off-by: Jonathon Anderson <janderson@ciq.co>
This commit is contained in:
Jonathon Anderson
2022-08-24 04:47:56 -06:00
parent 351d5dbf0a
commit 77baa76dc0

View File

@@ -9,16 +9,13 @@ warewulf:
autobuild overlays: true
host overlay: true
syslog: false
datastore: ""
dhcp:
enabled: true
template: default
range start: 192.168.200.50
range end: 192.168.200.99
systemd name: dhcpd
tftp:
enabled: true
tftproot: ""
systemd name: tftp
nfs:
enabled: true
@@ -32,4 +29,3 @@ nfs:
mount options: defaults
mount: false
systemd name: nfs-server