Skip to content

Commit

Permalink
Merge branch 'master' into Add_radius
Browse files Browse the repository at this point in the history
  • Loading branch information
inetAnt authored Jun 18, 2018
2 parents 21635e6 + 1eeeb59 commit 9444c61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,10 @@
owner 'root'
group 'root'
mode '0644'
variables(bind_address: node['mariadb']['bind_address'])
variables(
bind_address: node['mariadb']['bind_address'],
max_connections: node['mariadb']['max_connections'],
)
notifies :restart, 'service[mariadb]'
end

Expand Down

0 comments on commit 9444c61

Please sign in to comment.