From 5a85ca92111d212155d804977c237d8c09d2b0c6 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 1 Apr 2025 07:48:48 +0200 Subject: [PATCH] copr: pulp_content_url needs to be slash-terminated --- inventory/group_vars/copr_aws | 2 +- inventory/group_vars/copr_dev_aws | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/copr_aws b/inventory/group_vars/copr_aws index 2572e26ef9..53c6f08455 100644 --- a/inventory/group_vars/copr_aws +++ b/inventory/group_vars/copr_aws @@ -203,4 +203,4 @@ rsnapshot_push: deployment_type: prod -pulp_content_url: "https://console.redhat.com/api/pulp-content/public-copr" +pulp_content_url: "https://console.redhat.com/api/pulp-content/public-copr/" diff --git a/inventory/group_vars/copr_dev_aws b/inventory/group_vars/copr_dev_aws index 6f03ecc00f..0ee659176f 100644 --- a/inventory/group_vars/copr_dev_aws +++ b/inventory/group_vars/copr_dev_aws @@ -181,4 +181,4 @@ aws_cloudfront_distribution: EX55ITR8LVMOH nrpe_client_uid: 500 -pulp_content_url: "https://console.redhat.com/api/pulp-content/public-copr-stage" +pulp_content_url: "https://console.redhat.com/api/pulp-content/public-copr-stage/"