From 861de89f9baf2cce321529a87fc3628724fae52f Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Tue, 18 Apr 2023 09:25:47 +0200 Subject: [PATCH] Fix publication of TreasureData 4 repository There was a typo in the repository name causing pulp-repo-publish to fail on Rocky Linux 9. --- etc/kayobe/pulp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/kayobe/pulp.yml b/etc/kayobe/pulp.yml index 459fd169e..164673497 100644 --- a/etc/kayobe/pulp.yml +++ b/etc/kayobe/pulp.yml @@ -796,7 +796,7 @@ stackhpc_pulp_distribution_rpm_development: # Additional RHEL 9 repositories - name: "rhel-9-treasuredata-4-development" base_path: "treasuredata/4/redhat/9/x86_64/development" - repository: TreasureData 4 for RHEl 9 + repository: TreasureData 4 for RHEL 9 state: present required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}" - name: "rhel-9-mariadb-10-6-development"