Skip to content

Commit 2a400ad

Browse files
authored
Merge pull request #1508 from puppetlabs/GH-1491/ubuntu2204-param-fix
(GH-1491) Fix for Ubuntu 22.04
2 parents 95e42aa + e262b50 commit 2a400ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/params.pp

+1
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@
239239
'16.04' => 'ruby-mysql', # xenial
240240
'18.04' => 'ruby-mysql2', # bionic
241241
'20.04' => 'ruby-mysql2', # focal
242+
'22.04' => 'ruby-mysql2', # jammy
242243
default => 'libmysql-ruby',
243244
}
244245
}

0 commit comments

Comments
 (0)