From 653554cfebcf40363b95054cac72adcd96b2c3b8 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Wed, 28 Jun 2017 16:10:04 +0200 Subject: [PATCH] pixelpark - stop puppet in test monitoring --- customer/pixelpark/web-testtelefonie.pixelpark.com.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customer/pixelpark/web-testtelefonie.pixelpark.com.yaml b/customer/pixelpark/web-testtelefonie.pixelpark.com.yaml index a3aede92..48e9ae2d 100644 --- a/customer/pixelpark/web-testtelefonie.pixelpark.com.yaml +++ b/customer/pixelpark/web-testtelefonie.pixelpark.com.yaml @@ -23,7 +23,7 @@ infra::profile::apache::pp_vhosts: infra::profile::cron::cronjobs: web-stop: - command: 'systemctl stop httpd' + command: 'systemctl stop puppet; systemctl stop httpd' minute: '0' hour: '16' date: '*' @@ -32,7 +32,7 @@ infra::profile::cron::cronjobs: user: root description: 'stop Apache' web-start: - command: 'systemctl start httpd' + command: 'systemctl start puppet; systemctl start httpd' minute: '15' hour: '16' date: '*' -- 2.39.5