Skip to content

Commit b41f6cb

Browse files
authored
Merge pull request #417 from stackhpc/fix-ubuntu-sync-groups
Fix sync groups for ubuntu third party repos
2 parents 168f59c + 8083bed commit b41f6cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ deb_package_repos:
268268
components: main
269269
base_path: grafana/oss/apt/
270270
short_name: ubuntu_noble_grafana
271-
sync_group: alex_test
271+
sync_group: grafana
272272
distribution_name: ubuntu-noble-grafana-
273273
# OpenSearch for Ubuntu Noble
274274
- name: OpenSearch - Ubuntu Noble
@@ -279,7 +279,7 @@ deb_package_repos:
279279
components: main
280280
base_path: opensearch/3.x/apt/
281281
short_name: ubuntu_noble_opensearch
282-
sync_group: alex_test
282+
sync_group: third_party
283283
distribution_name: ubuntu-noble-opensearch-
284284
# OpenSearch Dashboards for Ubuntu Noble
285285
- name: OpenSearch Dashboards - Ubuntu Noble
@@ -290,7 +290,7 @@ deb_package_repos:
290290
components: main
291291
base_path: opensearch-dashboards/3.x/apt/
292292
short_name: ubuntu_noble_opensearch_dashboards
293-
sync_group: alex_test
293+
sync_group: third_party
294294
distribution_name: ubuntu-noble-opensearch-dashboards-
295295
# ProxySQL for Ubuntu Noble
296296
- name: ProxySQL - Ubuntu Noble
@@ -301,7 +301,7 @@ deb_package_repos:
301301
components: main
302302
base_path: ProxySQL/proxysql-3.0.x/noble/
303303
short_name: ubuntu_noble_proxysql
304-
sync_group: alex_test
304+
sync_group: third_party
305305
distribution_name: ubuntu-noble-proxysql-
306306

307307
# Default filter string for Deb package repositories.

0 commit comments

Comments
 (0)