11 lines
169 B
YAML
11 lines
169 B
YAML
|
test.service:
|
||
|
files:
|
||
|
/etc/file:
|
||
|
owner: nobody
|
||
|
group: nobody
|
||
|
/etc/file2:
|
||
|
owner: nobody
|
||
|
group: nobody
|
||
|
engine: jinja
|
||
|
version: '1.0'
|