# limitations under the License.
#
+include_recipe "apt"
+include_recipe "munin"
+
+package "locales-all"
package "postgresql-common"
node[:postgresql][:versions].each do |version|
template "ohai.rb.erb"
end
-package "ptop"
+package "pgtop"
package "libdbd-pg-perl"
clusters = node[:postgresql][:clusters] || []