From: Philipp Dallig Date: Wed, 28 Jun 2017 14:10:04 +0000 (+0200) Subject: pixelpark - stop puppet in test monitoring X-Git-Tag: v0.1.0~2746^2~2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=653554cfebcf40363b95054cac72adcd96b2c3b8;p=pixelpark%2Fhiera.git pixelpark - stop puppet in test monitoring --- 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: '*'