Skip to content
Snippets Groups Projects
Unverified Commit fc980d0d authored by Massimiliano Adamo's avatar Massimiliano Adamo
Browse files

addin quotes to be on the safe side

parent c4d94ae8
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
prompt = "\u@\h [DB: \d]> "
<% if $galera_proxysql::galera::files::custom_client_cnf_parameters =~ Hash { -%>
<% keys($galera_proxysql::galera::files::custom_client_cnf_parameters).each | $item_key | { -%>
<%= $item_key %> = <%= $galera_proxysql::galera::files::custom_client_cnf_parameters[$item_key] %>
<%= $item_key %> = "<%= $galera_proxysql::galera::files::custom_client_cnf_parameters[$item_key] %>"
<% } -%>
<% } else { -%>
<%= $galera_proxysql::galera::files::custom_client_cnf_parameters %>
......
......@@ -53,7 +53,7 @@ lower-case-table-names = 0
explicit_defaults_for_timestamp = ON
<% if $galera_proxysql::galera::files::custom_server_cnf_parameters =~ Hash { -%>
<% keys($galera_proxysql::galera::files::custom_server_cnf_parameters).each | $item_key | { -%>
<%= $item_key %> = <%= $galera_proxysql::galera::files::custom_server_cnf_parameters[$item_key] %>
<%= $item_key %> = "<%= $galera_proxysql::galera::files::custom_server_cnf_parameters[$item_key] %>"
<% } -%>
<% } else { -%>
<%= $galera_proxysql::galera::files::custom_server_cnf_parameters %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment