]> git.openstreetmap.org Git - chef.git/commitdiff
The ptop package has been renamed to pgtop
authorTom Hughes <tom@compton.nu>
Sun, 17 May 2020 17:30:40 +0000 (18:30 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 17 May 2020 17:30:40 +0000 (18:30 +0100)
cookbooks/postgresql/recipes/default.rb

index 4fec9a9afe1ccd1fa89000b389a41863fd18b86b..a513f018e7b3c551a73fef41e53298b5d826ba13 100644 (file)
@@ -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] || []