We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24dc144 commit 31b640bCopy full SHA for 31b640b
manifests/params.pp
@@ -258,16 +258,15 @@
258
}
259
260
$ruby_package_name = $facts['operatingsystemmajrelease'] ? {
261
- '8' => 'ruby-mysql', # jessie
262
- '9' => 'ruby-mysql2', # stretch
263
- '10' => 'ruby-mysql2', # buster
264
- '14.04' => 'ruby-mysql', # trusty
265
- '16.04' => 'ruby-mysql', # xenial
266
- '18.04' => 'ruby-mysql2', # bionic
267
- '20.04' => 'ruby-mysql2', # focal
268
- default => 'libmysql-ruby',
269
- }
270
-
+ '8' => 'ruby-mysql', # jessie
+ '9' => 'ruby-mysql2', # stretch
+ '10' => 'ruby-mysql2', # buster
+ '14.04' => 'ruby-mysql', # trusty
+ '16.04' => 'ruby-mysql', # xenial
+ '18.04' => 'ruby-mysql2', # bionic
+ '20.04' => 'ruby-mysql2', # focal
+ default => 'libmysql-ruby',
+ }
271
272
273
'Archlinux': {
0 commit comments