Skip to content

Commit fbd59bd

Browse files
authored
Merge pull request #1163 from datty/master
Set correct packagename for ruby_mysql on Ubuntu 18.04
2 parents d48ff05 + f1dbbfd commit fbd59bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/params.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@
228228
'stretch' => 'ruby-mysql2',
229229
'trusty' => 'ruby-mysql',
230230
'xenial' => 'ruby-mysql',
231+
'bionic' => 'ruby-mysql2',
231232
default => 'libmysql-ruby',
232233
}
233234
}

0 commit comments

Comments
 (0)