Remove unused config path options
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user