diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-08-07 10:54:35 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-08-07 10:54:35 +0100 |
commit | b31fe15e0d13f9064e26b117541633496c0c3307 (patch) | |
tree | ad9fc1e3077b514c98af1d6a2cbd78e79f341c9f /examples/worker1 | |
parent | 096b3fd2867d7bb2d3cd1f85d8806c651b26d625 (diff) |
Renaming: "tags" -> "commands"; "commands" -> "actions"
Diffstat (limited to 'examples/worker1')
-rw-r--r-- | examples/worker1/worker1.cfg | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/worker1/worker1.cfg b/examples/worker1/worker1.cfg index 178723c..4883181 100644 --- a/examples/worker1/worker1.cfg +++ b/examples/worker1/worker1.cfg @@ -8,24 +8,24 @@ --- -w_tags: +w_commands: [ { t_name: "LOG", t_keyrings: ["allowed_users.asc"], - t_commands: [ + t_actions: [ { - c_url: "file:///home/katolaz/bin/scorsh_script.sh" -## c_hash: "12da324fb76s924acbce" + a_url: "file:///home/katolaz/bin/scorsh_script.sh" +## a_hash: "12da324fb76s924acbce" } ] }, { t_name: "build", t_keyrings: ["allowed_users.asc"], - t_commands: [ + t_actions: [ { - c_url: "file:///home/katolaz/bin/scorsh_script.sh" + a_url: "file:///home/katolaz/bin/scorsh_script.sh" } ] } |