]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/taginfo/recipes/default.rb
Set action to "nothing" explicitly when using passenger_application
[chef.git] / cookbooks / taginfo / recipes / default.rb
index 19c467c82cc2ccd2b79f750d45793fa6e4f89a72..d55add7559ab5254b31ad8474343bf0c6efc8e1b 100644 (file)
@@ -172,7 +172,9 @@ node[:taginfo][:sites].each do |site|
     variables :name => site_name, :directory => directory
   end
 
-  passenger_application "#{directory}/taginfo/web/public"
+  passenger_application "#{directory}/taginfo/web/public" do
+    action :nothing
+  end
 
   ssl_certificate site_name do
     domains [site_name] + site_aliases