Restore server network auto-detection

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-02-05 17:14:40 -07:00
parent abc3a0ee2d
commit 73f34d0099
13 changed files with 113 additions and 15 deletions

View File

@@ -52,7 +52,7 @@ nodes: {}
conf_yml := ``
conf := warewulfconf.New()
err = conf.Parse([]byte(conf_yml))
err = conf.Parse([]byte(conf_yml), false)
assert.NoError(t, err)
warewulfd.SetNoDaemon()
conf.Paths.WWOverlaydir = overlayDir