From 315b48c1a0a4df54e96a86d8354736062e1bed23 Mon Sep 17 00:00:00 2001 From: sambufe Date: Fri, 22 Sep 2017 17:39:49 +0200 Subject: [PATCH] fbb give jenkins rights to restart services --- customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml | 1 + customer/fbb-ws/test.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml b/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml index 6c7bef8a..a5f1aa51 100644 --- a/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml +++ b/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml @@ -28,6 +28,7 @@ sudo::configs: priority: "06" content: | jenkins ALL=(apache) NOPASSWD: ALL + jenkins ALL=(root) NOPASSWD: ALL infra::profile::cron::cronjobs: vbb-import: diff --git a/customer/fbb-ws/test.yaml b/customer/fbb-ws/test.yaml index 47e9838a..6a57f238 100644 --- a/customer/fbb-ws/test.yaml +++ b/customer/fbb-ws/test.yaml @@ -61,6 +61,7 @@ sudo::configs: priority: "06" content: | jenkins ALL=(apache) NOPASSWD: ALL + jenkins ALL=(root) NOPASSWD: ALL infra::profile::cron::cronjobs: vbb-import: -- 2.39.5