]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/passenger/resources/application.rb
Fix new cookstyle warnings
[chef.git] / cookbooks / passenger / resources / application.rb
index f2af9a2e86669f002582b80fb07e7d15dbe5f8b2..3eef14c7f8d8c767f69c6595f65dfd2e9e7da029 100644 (file)
@@ -19,7 +19,7 @@
 
 default_action :restart
 
-property :application, String, :name_attribute => true
+property :application, String, :name_property => true
 
 action :restart do
   execute new_resource.application do