We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbc3c1 commit e810465Copy full SHA for e810465
1 file changed
pxc/pkgs.sls
@@ -19,6 +19,18 @@ pxc_release_enable_repo_{{ loop.index }}:
19
20
{%- endfor %}
21
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
34
# Install prereqs after repo enabling - to refresh only once
35
pxc_prereq_pkgs:
36
pkg.installed:
0 commit comments