fix: add creation password
This commit is contained in:
1
testdata/resource-replace.pkl
vendored
1
testdata/resource-replace.pkl
vendored
@@ -31,6 +31,7 @@ forma {
|
||||
hostname = "test-lxc"
|
||||
description = "some other description"
|
||||
ostemplate = "local:vztmpl/alpine-3.22-default_20250617_amd64.tar.xz"
|
||||
password = "test"
|
||||
cores = 1
|
||||
memory = 512
|
||||
}
|
||||
|
||||
1
testdata/resource.pkl
vendored
1
testdata/resource.pkl
vendored
@@ -33,6 +33,7 @@ forma {
|
||||
hostname = "test-lxc"
|
||||
description = "no description provided"
|
||||
ostemplate = "local:vztmpl/alpine-3.22-default_20250617_amd64.tar.xz"
|
||||
password = "abcd"
|
||||
cores = 1
|
||||
memory = 512
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user