Comment 7 for bug 1787878

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-tripleo (stable/pike)

Reviewed: https://review.openstack.org/595510
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=70307b0db0509f2fc5e25fec5d0f3497a0c3ed4d
Submitter: Zuul
Branch: stable/pike

commit 70307b0db0509f2fc5e25fec5d0f3497a0c3ed4d
Author: Juan Antonio Osorio Robles <email address hidden>
Date: Mon Aug 20 08:36:33 2018 +0300

    Use exec for CA CRL instead of file resource

    This is because the file resource doesn't properly handle query
    parameters in URLs. So we are forced to use an exec resource here. It's
    fine if we always trigger the CRL downloading, as that's a file that
    gets udpated often.

    Also ensure we get proper escaped source/destination for the download.

    Co-Authored-By: Cédric Jeanneret <email address hidden>
    Change-Id: I15ad3ab0cd129a8e1b9261341c0510265bda8016
    Closes-Bug: #1787878
    (cherry picked from commit 5d60472d78de5ff531bbf6cace272a939dafb489)