Remove WW_INTERNAL

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-11-02 19:54:14 -06:00
parent ab293d88ea
commit a7325b6ffa
43 changed files with 126 additions and 258 deletions

View File

@@ -45,14 +45,11 @@ func Test_List(t *testing.T) {
t.FailNow()
}
inDb := `WW_INTERNAL: 45
nodeprofiles:
inDb := `nodeprofiles:
default: {}
nodes: {}
`
conf_yml := `
WW_INTERNAL: 0
`
conf_yml := ``
conf := warewulfconf.New()
err = conf.Parse([]byte(conf_yml))