]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
pixelpark - stop puppet in test monitoring
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Wed, 28 Jun 2017 14:10:04 +0000 (16:10 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Wed, 28 Jun 2017 14:10:04 +0000 (16:10 +0200)
customer/pixelpark/web-testtelefonie.pixelpark.com.yaml

index a3aede9237a58c374f42a6521f6a906c940b5648..48e9ae2ddd337ce19c17afb79e77f06f8e9ce768 100644 (file)
@@ -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: '*'