diff --git a/debian/changelog b/debian/changelog index b1aafd8..ca87761 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ patroni (1.6.0-5) UNRELEASED; urgency=medium * debian/pg_createconfig_patroni: Add --vip option and write out a vip-manager configuration if present. * debian/config.yml.in: Add @LISTEN_VIP@ tag. + * debian/control: Add vip-manager to Suggests. -- Debian PostgreSQL Maintainers Tue, 08 Oct 2019 12:58:40 +0200 diff --git a/debian/control b/debian/control index bdb3e24..401300f 100644 --- a/debian/control +++ b/debian/control @@ -48,7 +48,7 @@ Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, lsb-base (>= 3.0-6), python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes Recommends: iproute2 -Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy, patroni-doc +Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes Patroni is a template for a customized, high-availability PostgreSQL solution using Python and a distributed configuration store (ZooKeeper, etcd or