From 5ac86b674e985a36dc6421af143ee5d1f6cc2be9 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 30 Nov 2018 15:27:38 +0100 Subject: Auditor deployment. Adding the auditor-slave among the 'sudoers'. --- sudoers/README | 2 +- sudoers/auditor_slave | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 sudoers/auditor_slave diff --git a/sudoers/README b/sudoers/README index 9913859..a221c34 100644 --- a/sudoers/README +++ b/sudoers/README @@ -1,3 +1,3 @@ -This directory contains sudoers file used on tripwrire in +This directory contains sudoers file used on Tripwrire in order to give the buildbot switcher script the rights to "sudo" as test-blue and test-green. diff --git a/sudoers/auditor_slave b/sudoers/auditor_slave new file mode 100644 index 0000000..e15223f --- /dev/null +++ b/sudoers/auditor_slave @@ -0,0 +1,3 @@ +# From /etc/sudoers.d/ @taler.net + +auditor-slave ALL=(test-blue, test-green, test) NOPASSWD:ALL -- cgit v1.2.3