]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/passenger/resources/application.rb
Bump test-kitchen from 3.2.0 to 3.2.2
[chef.git] / cookbooks / passenger / resources / application.rb
index f2af9a2e86669f002582b80fb07e7d15dbe5f8b2..5f5e2efbb4c064a0207dceb900301d73f2acdb9e 100644 (file)
 # limitations under the License.
 #
 
+unified_mode true
+
 default_action :restart
 
-property :application, String, :name_attribute => true
+property :application, String, :name_property => true
 
 action :restart do
   execute new_resource.application do