From: Tom Hughes Date: Mon, 24 Sep 2018 11:38:32 +0000 (+0100) Subject: Explicitly define a "nothing" action for passenger_application resources X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/3cab1d392b3c22dfcad4099df33f6ef2eccefa29 Explicitly define a "nothing" action for passenger_application resources --- diff --git a/cookbooks/passenger/resources/application.rb b/cookbooks/passenger/resources/application.rb index c0acc4b3f..1beb4bd3e 100644 --- a/cookbooks/passenger/resources/application.rb +++ b/cookbooks/passenger/resources/application.rb @@ -21,6 +21,9 @@ default_action :nothing property :application, String, :name_attribute => true +action :nothing do +end + action :restart do execute new_resource.application do action :run