some type settings for tasks in config files
This commit is contained in:
parent
8cb4358ba8
commit
03b13fd774
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
"root":{
|
"root":{
|
||||||
"name": "root",
|
"name": "root",
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{ "class":"mail", "type": "foo", "args": { "_rcpt": "hanez@linspector.org" }}
|
{ "class":"mail", "type": "error", "args": { "_rcpt": "hanez@linspector.org" }}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
"hanez":{
|
"hanez":{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{ "class":"mail", "type": "foo", "args": { "_rcpt": "hanez@linspector.org" }}
|
{ "class":"mail", "type": "error", "args": { "_rcpt": "hanez@linspector.org" }}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue