Skip to content

Commit 31b640b

Browse files
committed
Repair spec tests
1 parent 24dc144 commit 31b640b

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

manifests/params.pp

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -258,16 +258,15 @@
258258
}
259259

260260
$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-
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+
}
271270
}
272271

273272
'Archlinux': {

0 commit comments

Comments
 (0)