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

Commit

Permalink
Explicitly set the source
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Jul 15, 2014
1 parent d66b62a commit 7760e38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cookbooks/rubygems-balancer/recipes/default.rb
Expand Up @@ -18,4 +18,6 @@
include_recipe 'rubygems-balancer::maintenance'
include_recipe 'rubygems-balancer::site'

cookbook_file "/etc/default/nginx"
cookbook_file "/etc/default/nginx" do
source "nginx"
end

0 comments on commit 7760e38

Please sign in to comment.