]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/resources/rails_port.rb
Set action to "nothing" explicitly when using passenger_application
[chef.git] / cookbooks / web / resources / rails_port.rb
index 067c1334c2ef6a01dede62dd9e7db1bf4297022f..913f0a17f93c91d6495102e0778479abf265a4c8 100644 (file)
@@ -346,6 +346,7 @@ action :create do
   end
 
   passenger_application rails_directory do
+    action :nothing
     only_if { ::File.exist?("/usr/bin/passenger-config") }
   end