Skip to content

Commit

Permalink
Remove the restart on network restart - it shouldn't be needed anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
galthaus committed Jan 28, 2012
1 parent 6ae7258 commit b15fd60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion chef/cookbooks/ganglia/recipes/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
running true
enabled true
action [ :enable, :start ]
subscribes :restart, resources(:bash => "network delay sleep")
end

# End of recipe transactions
Expand Down
1 change: 0 additions & 1 deletion chef/cookbooks/ganglia/recipes/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
running true
enabled true
action [ :enable, :start ]
subscribes :restart, resources(:bash => "network delay sleep")
end

# End of recipe transactions
Expand Down

0 comments on commit b15fd60

Please sign in to comment.