]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
BERFBB-3679 blog
authorsambufe <samuel.bufe@publicispixelpark.de>
Mon, 8 Jan 2018 10:32:42 +0000 (11:32 +0100)
committersambufe <samuel.bufe@publicispixelpark.de>
Mon, 8 Jan 2018 10:32:53 +0000 (11:32 +0100)
customer/fbb-web/web01-berlin-airport-de.pixelpark.net.yaml
customer/fbb-web/web02-berlin-airport-de.pixelpark.net.yaml

index 77ddcc7779ad0e39ce567a4f73f8d1ff0ac88139..d8de9b579b4b79c90a0973bdf5af7fb858953215 100644 (file)
@@ -32,3 +32,15 @@ infra::profile::nginx_php_fpm_server::location:
     location: '/wp-admin/'
     location_deny:
       - 'all'
+
+infra::profile::cron::cronjobs:
+  blog-wordpress-update:
+    command: '/usr/bin/curl --silent http://blog01.berlin-airport.de/wp-cron.php >/dev/null 2>&1'
+    minute: '30'
+    hour: '22'
+    date: '*'
+    month: '*'
+    weekday: '1-5'
+    user: nginx
+    environment:
+      - 'PATH="/usr/bin:/bin"'
index f62d1d4a83cd24b7ab49f49ee4d8291593642bfc..7ee63d4b39d2d67224804ed82307428310d35683 100644 (file)
@@ -44,3 +44,15 @@ infra::profile::nginx_php_fpm_server::location:
   #   location: '/wp-admin/'
   #   location_deny:
   #     - 'all'
+
+infra::profile::cron::cronjobs:
+  blog-wordpress-update:
+    command: '/usr/bin/curl --silent http://blog02.berlin-airport.de/wp-cron.php >/dev/null 2>&1'
+    minute: '0'
+    hour: '10'
+    date: '*'
+    month: '*'
+    weekday: '1-5'
+    user: nginx
+    environment:
+      - 'PATH="/usr/bin:/bin"'