From: Tom Hughes Date: Sun, 17 May 2020 17:30:40 +0000 (+0100) Subject: The ptop package has been renamed to pgtop X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e9a4b9db43573b30d972dc6afbc1cc2751ed83ed?hp=326c5812d75aead1235c1df0e33baaf81f9730f8 The ptop package has been renamed to pgtop --- diff --git a/cookbooks/postgresql/recipes/default.rb b/cookbooks/postgresql/recipes/default.rb index 4fec9a9af..a513f018e 100644 --- a/cookbooks/postgresql/recipes/default.rb +++ b/cookbooks/postgresql/recipes/default.rb @@ -106,7 +106,7 @@ ohai_plugin "postgresql" do template "ohai.rb.erb" end -package "ptop" +package "pgtop" package "libdbd-pg-perl" clusters = node[:postgresql][:clusters] || []