Skip to content

Commit 184ee6e

Browse files
committed
Try hacking pulp paths
1 parent db5abf3 commit 184ee6e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ deb_package_repos:
211211
# Grafana for Ubuntu
212212
- name: Grafana for Ubuntu
213213
url: https://apt.grafana.com
214-
distributions: main
215-
components: stable
214+
distributions: ../../
215+
components: main stable
216216
policy: immediate
217217
base_path: grafana/oss/apt/
218218
short_name: ubuntu_grafana
@@ -273,6 +273,7 @@ deb_package_repos:
273273
# OpenSearch 2.x
274274
- name: OpenSearch 2.x for Ubuntu
275275
url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.x/apt/
276+
distributions: ../
276277
components: stable main
277278
base_path: opensearch/2.x/apt/
278279
short_name: opensearch_2_x_ubuntu
@@ -281,15 +282,17 @@ deb_package_repos:
281282
# OpenSearch dashboards
282283
- name: OpenSearch Dashboards 2.x for Ubuntu
283284
url: https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.x/apt
285+
distributions: ../
284286
components: stable main
285287
base_path: opensearch-dashboards/2.x/apt/
286288
short_name: opensearch_dashboards_2_x_ubuntu
287289
sync_group: third_party
288290
distribution_name: opensearch_dashboards-2.x-apt-
289291
# ProxySQL for Ubuntu Noble
290292
- name: ProxySQL for Ubuntu Noble
291-
url: https://repo.proxysql.com/ProxySQL/proxysql-2.7.x/noble/
292-
components: ./
293+
url: https://repo.proxysql.com/ProxySQL/proxysql-2.7.x/
294+
distributions: ../noble
295+
components: main
293296
base_path: proxysql/ubuntu/noble/
294297
short_name: proxysql_ubuntu_noble
295298
sync_group: third_party

0 commit comments

Comments
 (0)