Skip to content

Commit c79f9d5

Browse files
authored
Merge pull request #605 from stackhpc/pulp-grafana
fix: Sync Grafana RPM repo on RL9
2 parents 8137923 + 11242d4 commit c79f9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/pulp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ stackhpc_pulp_rpm_repos:
376376
url: "{{ stackhpc_release_pulp_content_url }}/grafana/oss/rpm/{{ stackhpc_pulp_repo_grafana_version }}"
377377
distribution_name: "grafana-"
378378
base_path: "grafana/oss/rpm/"
379-
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_8 | bool }}"
379+
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and ( stackhpc_pulp_sync_el_8 | bool or stackhpc_pulp_sync_el_9 | bool ) }}"
380380

381381
- name: RabbitMQ - Erlang
382382
url: "{{ stackhpc_release_pulp_content_url }}/rabbitmq/erlang/el/8/x86_64/{{ stackhpc_pulp_repo_rabbitmq_erlang_version }}"

0 commit comments

Comments
 (0)