X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e7be1b3d379bdb1ee55de0d68f7946ed9f63fc62..07417174dc9d0271283aacbe20b1cd73ec374685:/cookbooks/postgresql/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/postgresql/recipes/default.rb b/cookbooks/postgresql/recipes/default.rb index a79cde84d..a513f018e 100644 --- a/cookbooks/postgresql/recipes/default.rb +++ b/cookbooks/postgresql/recipes/default.rb @@ -17,6 +17,9 @@ # limitations under the License. # +include_recipe "apt" +include_recipe "munin" + package "locales-all" package "postgresql-common" @@ -103,7 +106,7 @@ ohai_plugin "postgresql" do template "ohai.rb.erb" end -package "ptop" +package "pgtop" package "libdbd-pg-perl" clusters = node[:postgresql][:clusters] || []