]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/passenger/resources/application.rb
Make sure systemd-timesyncd is stopped and disabled
[chef.git] / cookbooks / passenger / resources / application.rb
index 1beb4bd3e2efb84bab148f7abcc2aba4b082bf49..ce0c0dc2f9aa8ff15dab3ace3e49a06d07de761a 100644 (file)
 # limitations under the License.
 #
 
-default_action :nothing
+default_action :restart
 
 property :application, String, :name_attribute => true
 
-action :nothing do
-end
-
 action :restart do
   execute new_resource.application do
     action :run