[mod] examples

This commit is contained in:
Christian Fraß 2023-03-04 15:29:22 +01:00
parent c4497d24ee
commit 53874f88c9
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{ {
"checks": [ "checks": [
{ {
"name": "test", "name": "test1",
"kind": "file_state", "kind": "file_state",
"parameters": { "parameters": {
"path": "/tmp/test", "path": "/tmp/test",

View file

@ -14,7 +14,7 @@
] ]
}, },
"includes": [ "includes": [
"test-1.hmdl.json", "script.hmdl.json",
"test-2.hmdl.json" "file_state.hmdl.json"
] ]
} }

View file

@ -1,7 +1,7 @@
{ {
"checks": [ "checks": [
{ {
"name": "test", "name": "test1",
"kind": "script", "kind": "script",
"parameters": { "parameters": {
"path": "/tmp/script", "path": "/tmp/script",