fix: ostemplate update adding property every time
Some checks failed
CI / build (push) Failing after 3m44s
CI / lint (push) Failing after 2m40s
CI / pkl-validate (push) Successful in 10s
CI / integration-tests (push) Has been skipped
CI / conformance-tests (latest) (push) Has been skipped

This commit is contained in:
2026-02-01 21:04:59 +01:00
parent 0fa3f22f25
commit 8fb5730e6d

View File

@@ -25,9 +25,7 @@ class LXC extends formae.Resource {
@formae.FieldHint { createOnly = true }
vmid: String
@formae.FieldHint {
writeOnly = true
}
@formae.FieldHint {}
ostemplate: String?
@formae.FieldHint {}