]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/passenger/resources/application.rb
Activate chronology source in taginfo
[chef.git] / cookbooks / passenger / resources / application.rb
index 1beb4bd3e2efb84bab148f7abcc2aba4b082bf49..3eef14c7f8d8c767f69c6595f65dfd2e9e7da029 100644 (file)
@@ -1,8 +1,8 @@
 #
-# Cookbook Name:: passenger
+# Cookbook:: passenger
 # Resource:: application
 #
-# Copyright 2018, OpenStreetMap Foundation
+# Copyright:: 2018, OpenStreetMap Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # limitations under the License.
 #
 
-default_action :nothing
+default_action :restart
 
-property :application, String, :name_attribute => true
-
-action :nothing do
-end
+property :application, String, :name_property => true
 
 action :restart do
   execute new_resource.application do