19 lines
355 B
YAML
19 lines
355 B
YAML
override_file: false
|
|
entries:
|
|
- path: foo.json
|
|
type: text_file
|
|
content: |
|
|
{ "foo": "bar" }
|
|
- path: folder/bar.yaml
|
|
type: text_file
|
|
content: |
|
|
foo: bar
|
|
- path: readonly_config.ini
|
|
type: text_file
|
|
content: |
|
|
; Sample read-only INI file
|
|
[general]
|
|
setting = value
|
|
settings:
|
|
readonly: true
|