X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a68415b8f2bf106b6ea5948b0605c897b516ef4f..524a7ce279b8975ebe0dfb61f8f9f637e5f04b0f:/cookbooks/passenger/recipes/default.rb diff --git a/cookbooks/passenger/recipes/default.rb b/cookbooks/passenger/recipes/default.rb index 89292e048..88570434f 100644 --- a/cookbooks/passenger/recipes/default.rb +++ b/cookbooks/passenger/recipes/default.rb @@ -8,7 +8,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -35,10 +35,21 @@ template "/usr/local/bin/passenger-ruby" do notifies :reload, "service[apache2]" end +systemd_tmpfile node[:passenger][:instance_registry_dir] do + type "d" + owner "root" + group "root" + mode "0755" +end + apache_module "passenger" do conf "passenger.conf.erb" end +munin_plugin_conf "passenger" do + template "munin.erb" +end + munin_plugin "passenger_memory" munin_plugin "passenger_processes" munin_plugin "passenger_queues"