some type settings for tasks in config files

This commit is contained in:
Johannes Findeisen 2013-11-05 04:59:38 +01:00
commit 03b13fd774
2 changed files with 2 additions and 2 deletions

View file

@ -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" }}
] ]
} }
}, },

View file

@ -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" }}
] ]
} }
}, },