From: Oliver Böttcher Date: Mon, 10 Jul 2017 10:00:49 +0000 (+0200) Subject: ODT - INT cronjob X-Git-Tag: v0.1.0~2687^2~3 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=42089942262517500ce9f5ecefb84197d6990738;p=pixelpark%2Fhiera.git ODT - INT cronjob --- 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