From b72eed6fbab69d1fad9b0d829d1df79eb4395b63 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 5 Feb 2018 21:43:38 +0100 Subject: [PATCH] Remove zuul-sudo-grep lines from nodepool File http://git.openstack.org/cgit/openstack-infra/openstack-zuul-jobs/tree/playbooks/legacy/pre.yaml#n54 sets up sudoers for zuul-sudo-grep.sh, remove it from nodepool images. Change-Id: Ibd8b6024975587a0d137477808c212dfd3f91e76 --- nodepool/elements/zuul-worker/install.d/60-zuul-worker | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nodepool/elements/zuul-worker/install.d/60-zuul-worker b/nodepool/elements/zuul-worker/install.d/60-zuul-worker index b6e5afbbe0..996c8eb77b 100755 --- a/nodepool/elements/zuul-worker/install.d/60-zuul-worker +++ b/nodepool/elements/zuul-worker/install.d/60-zuul-worker @@ -17,11 +17,6 @@ zuul ALL=(ALL) NOPASSWD:ALL EOF chmod 0440 /etc/sudoers.d/zuul -cat > /etc/sudoers.d/zuul-sudo-grep <