Fix processing of UNDEF and UNSET during wwctl <node|profile> set. #1837

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-03-25 18:13:24 -06:00
parent 102916b1c8
commit 09488db3f6
8 changed files with 424 additions and 561 deletions

View File

@@ -6,8 +6,6 @@ import (
"github.com/warewulf/warewulf/internal/pkg/wwtype"
)
const undef string = "UNDEF"
/******
* YAML data representations
******/