Skip to content

Commit

Permalink
Merge pull request #52 from PasonSystems/override-all
Browse files Browse the repository at this point in the history
Override all settings
  • Loading branch information
ekohl authored Jun 22, 2018
2 parents 6f568ed + e12fda7 commit 9c8704f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
monitor_password => $monitor_password.unwrap,
},
}
$config_settings = deep_merge($proxysql::params::config_settings, $override_config_settings, $settings)
$config_settings = deep_merge($proxysql::params::config_settings, $settings, $override_config_settings)
# lint:endignore

anchor { '::proxysql::begin': }
Expand Down

0 comments on commit 9c8704f

Please sign in to comment.