added file permissions to crossdomain.xml

This commit is contained in:
zhitomirskiyi 2010-11-16 16:22:38 -08:00
parent c0414b8184
commit 3b2afc1cf4

View file

@ -22,6 +22,10 @@ cookbook_file "/usr/local/nginx/html/crossdomain.xml" do
source "crossdomain.xml"
end
execute "change crossdomain.xml permissions" do
command "chmod 755 /usr/local/nginx/html/crossdomain.xml"
end
config = YAML.load_file("/usr/local/app/diaspora/chef/cookbooks/common/files/default/thins.yml")
template "/usr/local/nginx/conf/nginx.conf" do
source "nginx.conf.erb"