another typo

This commit is contained in:
zhitomirskiyi 2010-11-12 14:29:57 -08:00
parent c0dcd37cde
commit f0f491b124

View file

@ -22,5 +22,5 @@ config = YAML.load_file("/usr/local/app/diaspora/chef/cookbooks/common/files/def
template "/usr/local/nginx/conf/nginx.conf" do
source "nginx.conf.erb"
#variables :socket_paths => config.map{|thin| "/tmp/thin_#{thin["socket_id"]}.sock"}
variables :ports => config.map{|thin| "thin["port"]"}
variables :ports => config.map{|thin| "#{thin["port"]}"}
end