diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-07-20 06:57:50 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-07-20 06:57:50 +0100 |
commit | 37a6d33f46d81109ce5dfa0f79ea52395ac7762d (patch) | |
tree | 918eafd419a2f618e43434b7052a5f943ab44f6e /examples | |
parent | 95955f17a38e7f517d4613c004e66d8232073f79 (diff) |
tags are correctly authenticated
Diffstat (limited to 'examples')
-rw-r--r-- | examples/scorsh_example.cfg | 6 | ||||
-rw-r--r-- | examples/worker2/worker2.cfg | 9 |
2 files changed, 9 insertions, 6 deletions
diff --git a/examples/scorsh_example.cfg b/examples/scorsh_example.cfg index 91bd413..c51926b 100644 --- a/examples/scorsh_example.cfg +++ b/examples/scorsh_example.cfg @@ -11,9 +11,6 @@ s_workers: w_folder: ./worker1, w_logfile: ./worker1/worker1.log, w_tagfile: "./worker1/worker1.cfg", - w_keyrings: [ - "./worker1/allowed_users.asc" - ] }, { w_name: worker2, @@ -21,9 +18,6 @@ s_workers: w_folder: ./worker2, w_logfile: ./worker2/worker2.log, w_tagfile: "./worker2/worker2.cfg", - w_keyrings: [ - "./worker2/allowed_users.asc" - ] } ] ... diff --git a/examples/worker2/worker2.cfg b/examples/worker2/worker2.cfg index 5624cb0..d1538ac 100644 --- a/examples/worker2/worker2.cfg +++ b/examples/worker2/worker2.cfg @@ -9,6 +9,15 @@ w_tags: c_url: "file:///home/katolaz/bin/deploy.sh" } ] + }, + { + t_name: "build", + t_keyrings: ["allowed_users.asc"], + t_commands: [ + { + c_url: "file:///home/katolaz/bin/scorsh_build.sh" + } + ] } ] ...
\ No newline at end of file |