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
evanphx committed Jul 15, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
Original file line number Diff line number Diff line change
@@ -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.