From 77baa76dc0e3dcb740413d0d6bd23ec1d73d51be Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Wed, 24 Aug 2022 04:47:56 -0600 Subject: [PATCH] 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 --- etc/warewulf.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/etc/warewulf.conf b/etc/warewulf.conf index 43018879..d0a0c4db 100644 --- a/etc/warewulf.conf +++ b/etc/warewulf.conf @@ -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 -