Skip to content

Commit e810465

Browse files
committed
pxc noble fix
1 parent 1fbc3c1 commit e810465

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pxc/pkgs.sls

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@ pxc_release_enable_repo_{{ loop.index }}:
1919

2020
{%- endfor %}
2121

22+
{%- if grains["oscodename"] == "noble" %}
23+
# Temp hack for noble as percona-tools/qpress are not yet available for noble
24+
pxc_release_noble_hack:
25+
file.replace:
26+
- name: /etc/apt/sources.list.d/percona-tools-release.list
27+
- pattern: 'noble'
28+
- repl: 'jammy'
29+
- require:
30+
- pkg: pxc_repo_deb
31+
32+
{%- endif %}
33+
2234
# Install prereqs after repo enabling - to refresh only once
2335
pxc_prereq_pkgs:
2436
pkg.installed:

0 commit comments

Comments
 (0)