From 37a6d33f46d81109ce5dfa0f79ea52395ac7762d Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Thu, 20 Jul 2017 06:57:50 +0100 Subject: tags are correctly authenticated --- examples/scorsh_example.cfg | 6 ------ examples/worker2/worker2.cfg | 9 +++++++++ 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'examples') 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 -- cgit v1.2.3