Remove unused config path options

This commit is contained in:
Gregory Kurtzer
2022-01-15 04:11:11 +00:00
parent 8da7dd415a
commit c0d6a16a6f
2 changed files with 0 additions and 3 deletions

1
.gitignore vendored
View File

@@ -16,7 +16,6 @@
/bash_completion.d /bash_completion.d
/usr/share/man/man1/ /usr/share/man/man1/
/etc/bash_completion.d/ /etc/bash_completion.d/
/etc/warewulf.conf
warewulf.spec warewulf.spec
internal/pkg/buildconfig/buildconfig.go internal/pkg/buildconfig/buildconfig.go
include/systemd/warewulfd.service include/systemd/warewulfd.service

View File

@@ -6,7 +6,6 @@ warewulf:
autobuild overlays: true autobuild overlays: true
update interval: 60 update interval: 60
syslog: false syslog: false
datastore: @WWPROVISIONDIR@
dhcp: dhcp:
enabled: true enabled: true
range start: 192.168.200.50 range start: 192.168.200.50
@@ -15,7 +14,6 @@ dhcp:
systemd name: dhcpd systemd name: dhcpd
tftp: tftp:
enabled: true enabled: true
tftproot: @TFTPDIR@
systemd name: tftp systemd name: tftp
nfs: nfs:
systemd name: nfs-server systemd name: nfs-server