Fix to config.pp. Remove trailing , on last parameter, which breaks in puppet 2.6
Fix to config.pp. Remove trailing , on last parameter, which breaks in puppet 2.6
This commit is contained in:
parent
b79477d57d
commit
38a6954559
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class mysql::config(
|
|||
$ssl = $mysql::ssl,
|
||||
$ssl_ca = $mysql::ssl_ca,
|
||||
$ssl_cert = $mysql::ssl_cert,
|
||||
$ssl_key = $mysql::ssl_key,
|
||||
$ssl_key = $mysql::ssl_key
|
||||
) inherits mysql {
|
||||
|
||||
File {
|
||||
|
|
Loading…
Reference in a new issue