]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
ODT - INT cronjob
authorOliver Böttcher <oliver.boettcher@pixelpark.com>
Mon, 10 Jul 2017 10:00:49 +0000 (12:00 +0200)
committerOliver Böttcher <oliver.boettcher@pixelpark.com>
Mon, 10 Jul 2017 10:00:49 +0000 (12:00 +0200)
customer/mbvd-odt/int-odt-daimler-com.pixelpark.net.yaml

index 3145249d886acea531692aaa57e0758e2c7994ef..c82205be1bca4be381d607daaa0e3a604118ebd3 100644 (file)
@@ -5,6 +5,7 @@ infra::additional_classes:
   - apache::mod::proxy_ajp
   - apache::mod::remoteip
   - apache::mod::headers
+  - infra::profile::cron
 
 accounts::users:
   jenkins:
@@ -43,3 +44,11 @@ infra::profile::apache::pp_vhosts:
           - 'ip 217.66.50.0/24'
           - 'ip 217.66.51.0/24'
         custom_fragment: "SSLVerifyClient none"
+
+infra::profile::cron::cronjobs:
+  fetchcrl:
+    user: root
+    command: 'scp httpd@odt-tinyca:/www/htdocs/odt-tinyca.pixelpark.net/data/phpki-store/CA/crl/cacrl.pem /etc/pki/tls/certs/odt-cacrl.pem && systemctl reload httpd'
+    minute: 0
+    hour: 5
+    description: um 05:00 Uhr wird die Revocationlist vom User openemm geholt. somit muss der Webserver restarted werden