Skip to content

Commit

Permalink
CAT-1147 lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinesh Gujar authored and Dinesh Gujar committed Jul 31, 2023
1 parent 5c1202b commit ca5bbbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions manifests/server/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,11 @@
default: {}
}

$parameters={
$parameters= {
'options' => $options,
'includedir' => $includedir,
}


if $mysql::server::manage_config_file {
file { 'mysql-config-file':
path => $mysql::server::config_file,
Expand Down

0 comments on commit ca5bbbb

Please sign in to comment.