commit 5ac86b674e985a36dc6421af143ee5d1f6cc2be9 parent 11212f11e8a257fc4c44022f8cb543c41750c09e Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Fri, 30 Nov 2018 15:27:38 +0100 Auditor deployment. Adding the auditor-slave among the 'sudoers'. Diffstat:
| M | sudoers/README | | | 2 | +- |
| A | sudoers/auditor_slave | | | 3 | +++ |
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git 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 @@ -0,0 +1,3 @@ +# From /etc/sudoers.d/ @taler.net + +auditor-slave ALL=(test-blue, test-green, test) NOPASSWD:ALL