jx/examples/file.jx.yaml
Matthew Rich 6925598bf2
Some checks failed
Lint / golangci-lint (push) Failing after 17s
Declarative Tests / test (push) Failing after 6s
add Delete method
2024-10-09 22:31:39 +00:00

9 lines
134 B
YAML

resources:
- type: file
transition: create
attributes:
path: /tmp/foo.txt
owner: nobody
mode: 0644
state: present