Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bpaquet committed Jun 17, 2015
1 parent 19868ff commit 93ec403
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions cookbooks/nginx/definitions/nginx_vhost.rb
Expand Up @@ -77,6 +77,7 @@

template "/etc/nginx/sites-enabled/#{vhost_sym.to_s}.conf" do
source nginx_vhost_params[:options][:source] || "#{vhost_sym.to_s}.conf.erb"
cookbook nginx_vhost_params[:options][:cookbook].to_s if nginx_vhost_params[:options][:cookbook]
mode '0644'
variables({
:listen => nginx_listen + auth,
Expand Down
4 changes: 3 additions & 1 deletion cookbooks/redis/recipes/default.rb
Expand Up @@ -50,7 +50,9 @@

else

package "redis-server"
package "redis-server" do
options node.redis.redis_package_options if node.redis[:redis_package_options]
end

end

Expand Down

0 comments on commit 93ec403

Please sign in to comment.