Skip to content

Commit 6370a81

Browse files
author
Ashley Penney
committed
Merge pull request #235 from ekohl/puppet-2.6-compat
Fix puppet 2.6 compatibility
2 parents 1820b05 + b1ae152 commit 6370a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/bindings.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
$python_package_name = $mysql::params::python_package_name,
4949
$ruby_package_ensure = $mysql::params::ruby_package_ensure,
5050
$ruby_package_name = $mysql::params::ruby_package_name,
51-
$ruby_package_provider = $mysql::params::ruby_package_provider,
51+
$ruby_package_provider = $mysql::params::ruby_package_provider
5252
) inherits mysql::params {
5353

5454
if $java_enable { include '::mysql::bindings::java' }

0 commit comments

Comments
 (0)