X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/45dde9418dd342bb1a632d82559201c0b3becf1a..864d5dd378e3abaceec0119861696aa99f5d5628:/cookbooks/postgresql/recipes/default.rb diff --git a/cookbooks/postgresql/recipes/default.rb b/cookbooks/postgresql/recipes/default.rb index 3a3c63de1..a513f018e 100644 --- a/cookbooks/postgresql/recipes/default.rb +++ b/cookbooks/postgresql/recipes/default.rb @@ -17,6 +17,10 @@ # limitations under the License. # +include_recipe "apt" +include_recipe "munin" + +package "locales-all" package "postgresql-common" node[:postgresql][:versions].each do |version| @@ -102,7 +106,7 @@ ohai_plugin "postgresql" do template "ohai.rb.erb" end -package "ptop" +package "pgtop" package "libdbd-pg-perl" clusters = node[:postgresql][:clusters] || []