puppet: Move postgres Nagios plugin to main postgres-common.

This plugins package is required in order to use Nagios checks to
verify the Zulip postgres database, and thus belongs in the default
package set.
This commit is contained in:
Tim Abbott 2018-01-23 10:31:48 -08:00
parent 895a675f4c
commit 2365b13b68
2 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,8 @@ class zulip::postgres_common {
"ssl-cert",
# our dictionary
"hunspell-en-us",
# Postgres Nagios check plugin
"check-postgres",
]
define safepackage ( $ensure = present ) {
if !defined(Package[$title]) {

View File

@ -8,8 +8,6 @@ class zulip_ops::postgres_common {
"python-pip",
# "python3-gevent", # missing on trusty
"python-gevent",
# Postgres Nagios check plugin
"check-postgres",
]
package { $internal_postgres_packages: ensure => "installed" }