9 lines
131 B
YAML
9 lines
131 B
YAML
resources:
|
|
- type: file
|
|
attributes:
|
|
path: /tmp/foo.txt
|
|
owner: nobody
|
|
group: nobody
|
|
mode: 0644
|
|
state: present
|