Skip to content

Commit e262b50

Browse files
authored
(GH-1491) Fix for Ubuntu 22.04
1 parent 95e42aa commit e262b50

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)