X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/99e00a34031960fa05d332ce803fd095dc9dfcd9..2627a7faf566c1bf79f2b7a02f7cd9287120996f:/cookbooks/passenger/recipes/default.rb diff --git a/cookbooks/passenger/recipes/default.rb b/cookbooks/passenger/recipes/default.rb index f8ea95808..47b4018b7 100644 --- a/cookbooks/passenger/recipes/default.rb +++ b/cookbooks/passenger/recipes/default.rb @@ -18,7 +18,7 @@ # include_recipe "apache" -include_recipe "apt" +include_recipe "apt::passenger" include_recipe "munin" include_recipe "prometheus" include_recipe "ruby" @@ -53,5 +53,7 @@ munin_plugin "passenger_requests" prometheus_exporter "passenger" do port 9149 + user "root" environment "PASSENGER_INSTANCE_REGISTRY_DIR" => node[:passenger][:instance_registry_dir] + restrict_address_families "AF_UNIX" end