puppet: Add ptop to postgres-common packages

(imported from commit 085bf7d0ef33f8287bea9152e328908a89144b8f)
This commit is contained in:
Zev Benjamin 2013-12-02 13:26:06 -05:00
parent ca85e5bc51
commit 9fa9f81a0a
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ class zulip::postgres_common {
"postgresql-9.1",
# tools for database setup
"pgtune",
# tools for database monitoring
"ptop",
# Python modules used in our monitoring/worker threads
"python-gevent",
"python-tz",