From 139f1f098609417a4c1e44ee5293be6386521bf0 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 10 Mar 2014 21:32:04 -0700 Subject: [PATCH] Allow jenkins to sudo as any user. Jenkins needs to sudo as stack and tempest to properly run devstack jobs and may need to act on behalf of other users in the future. Rather than listing root,stack,tempest in the sudoer file just let jenkins sudo as any user. Fixes-bug: 1290669 Change-Id: I4a5c6b7ead717475d6334a7ef3121271aca83f5a --- modules/jenkins/files/jenkins-sudo.sudo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/jenkins/files/jenkins-sudo.sudo b/modules/jenkins/files/jenkins-sudo.sudo index 92f8a3435d..48ddd4301e 100644 --- a/modules/jenkins/files/jenkins-sudo.sudo +++ b/modules/jenkins/files/jenkins-sudo.sudo @@ -1 +1 @@ -jenkins ALL=(root) NOPASSWD:ALL +jenkins ALL=(ALL) NOPASSWD:ALL