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

27
etc/warewulf.conf Normal file
View File

@@ -0,0 +1,27 @@
ipaddr: 192.168.200.1
netmask: 255.255.255.0
warewulf:
port: 9873
secure: false
autobuild overlays: true
update interval: 60
syslog: false
dhcp:
enabled: true
range start: 192.168.200.50
range end: 192.168.200.99
template: default
systemd name: dhcpd
tftp:
enabled: true
systemd name: tftp
nfs:
systemd name: nfs-server
export paths:
- path: /home
export options: rw,sync
mount options: default
mount: true
- path: /opt
export options: ro,sync,no_root_squash
mount: false