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

@@ -18,9 +18,8 @@ import (
"github.com/warewulf/warewulf/internal/pkg/node"
)
const initWarewulfConf = `WW_INTERNAL: 0`
const initNodesConf = `WW_INTERNAL: 45
nodeprofiles:
const initWarewulfConf = ``
const initNodesConf = `nodeprofiles:
default: {}
nodes:
node1: {}

View File

@@ -19,8 +19,7 @@ func Test_Basic(t *testing.T) {
func Test_two_nodes(t *testing.T) {
env := New(t)
env.WriteFile(t, "etc/warewulf/nodes.conf", `WW_INTERNAL: 45
nodeprofiles:
env.WriteFile(t, "etc/warewulf/nodes.conf", `nodeprofiles:
default: {}
nodes:
node1: {}