Adjusting profile comment field so that it's not inherited by nodes
This commit is contained in:
@@ -157,7 +157,6 @@ nodes:
|
||||
NODE FIELD PROFILE VALUE
|
||||
---- ----- ------- -----
|
||||
n01 Profiles -- default
|
||||
n01 Comment default profilecomment
|
||||
`,
|
||||
inDb: `nodeprofiles:
|
||||
default:
|
||||
@@ -173,10 +172,10 @@ nodes:
|
||||
args: []string{"-a"},
|
||||
wantErr: false,
|
||||
stdout: `
|
||||
NODE FIELD PROFILE VALUE
|
||||
---- ----- ------- -----
|
||||
n01 Profiles -- default
|
||||
n01 Comment SUPERSEDED nodecomment
|
||||
NODE FIELD PROFILE VALUE
|
||||
---- ----- ------- -----
|
||||
n01 Profiles -- default
|
||||
n01 Comment -- nodecomment
|
||||
`,
|
||||
inDb: `nodeprofiles:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user