X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/18e12b0e123fc3e5f344682f884feabc12da0f5a..45dde9418dd342bb1a632d82559201c0b3becf1a:/cookbooks/passenger/recipes/default.rb diff --git a/cookbooks/passenger/recipes/default.rb b/cookbooks/passenger/recipes/default.rb index 07bc0750a..a9ef419a0 100644 --- a/cookbooks/passenger/recipes/default.rb +++ b/cookbooks/passenger/recipes/default.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: passenger +# Cookbook:: passenger # Recipe:: default # -# Copyright 2014, OpenStreetMap Foundation +# Copyright:: 2014, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -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"