]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
pixelpark - web-testtelefonie fixed cronjobs
authorHannes Eichblatt <hannes.eichblatt@publicispixelpark.de>
Wed, 2 Aug 2017 14:38:41 +0000 (16:38 +0200)
committerHannes Eichblatt <hannes.eichblatt@publicispixelpark.de>
Wed, 2 Aug 2017 14:38:41 +0000 (16:38 +0200)
customer/pixelpark/web-testtelefonie.pixelpark.com.yaml

index 48e9ae2ddd337ce19c17afb79e77f06f8e9ce768..04c60e61aee02f5bcee2aa9ad05c969672c63822 100644 (file)
@@ -23,16 +23,16 @@ infra::profile::apache::pp_vhosts:
 
 infra::profile::cron::cronjobs:
   web-stop:
-    command: 'systemctl stop puppet; systemctl stop httpd'
-    minute: '0'
-    hour: '16'
+    command: 'systemctl stop puppet; sleep 5m; systemctl stop httpd'
+    minute: '55'
+    hour: '15'
     date: '*'
     month: '*'
     weekday: '*'
     user: root
     description: 'stop Apache'
   web-start:
-    command: 'systemctl start puppet; systemctl start httpd'
+    command: 'systemctl start puppet; sleep 5m; systemctl start httpd'
     minute: '15'
     hour: '16'
     date: '*'