Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
Reload on ulimit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Jul 15, 2014
1 parent 75ea79a commit 9e6dd76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Expand Up @@ -207,7 +207,7 @@ GRAPH
rubygems-backups (0.0.14)
chef-vault (>= 0.0.0)
rubygems-ruby (>= 0.0.0)
rubygems-balancer (0.0.20)
rubygems-balancer (0.0.21)
chef-vault (>= 0.0.0)
nginx (>= 0.0.0)
rubygems (>= 0.0.0)
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/rubygems-balancer/metadata.rb
@@ -1,6 +1,6 @@
name 'rubygems-balancer'

version '0.0.21'
version '0.0.22'

depends 'chef-vault'
depends 'nginx'
Expand Down
1 change: 1 addition & 0 deletions cookbooks/rubygems-balancer/recipes/default.rb
Expand Up @@ -20,4 +20,5 @@

cookbook_file "/etc/default/nginx" do
source "nginx"
notifies :reload, 'service[nginx]'
end

0 comments on commit 9e6dd76

Please sign in to comment.