From 42089942262517500ce9f5ecefb84197d6990738 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Mon, 10 Jul 2017 12:00:49 +0200 Subject: [PATCH] ODT - INT cronjob --- customer/mbvd-odt/int-odt-daimler-com.pixelpark.net.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/customer/mbvd-odt/int-odt-daimler-com.pixelpark.net.yaml b/customer/mbvd-odt/int-odt-daimler-com.pixelpark.net.yaml index 3145249d..c82205be 100644 --- a/customer/mbvd-odt/int-odt-daimler-com.pixelpark.net.yaml +++ b/customer/mbvd-odt/int-odt-daimler-com.pixelpark.net.yaml @@ -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 -- 2.39.5