Skip to content

Commit

Permalink
[COOK-3943] Notify mysql restart on grants update
Browse files Browse the repository at this point in the history
Signed-off-by: Sean OMeara <[email protected]>
  • Loading branch information
Eric Tucker authored and Sean OMeara committed Nov 21, 2013
1 parent a5ef5ea commit 073fd11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/_server_rhel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
directory value do
owner 'mysql'
group 'mysql'
mode '0775'
mode '0755'
action :create
recursive true
end
Expand Down Expand Up @@ -66,6 +66,7 @@
execute 'install-grants' do
command cmd
action :nothing
notifies :restart, 'service[mysql]', :immediately
end

#----
Expand Down

0 comments on commit 073fd11

Please sign in to comment.