From ac6d419462deba7c60aee645373c710bbf3075ca Mon Sep 17 00:00:00 2001 From: "Jamie (Bear) Murphy" <1613241+ITJamie@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:18:14 +0000 Subject: [PATCH] add salt-pip details to returner --- salt/returners/pgjsonb.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/salt/returners/pgjsonb.py b/salt/returners/pgjsonb.py index 86fd63b74412..1df833d66e04 100644 --- a/salt/returners/pgjsonb.py +++ b/salt/returners/pgjsonb.py @@ -17,7 +17,13 @@ :mod:`returners.postgres_local_cache ` to see which module best suits your particular needs. -To enable this returner, the minion will need the python client for PostgreSQL + +.. pip requirement:: + salt-pip install psycopg2-binary + # or + salt-pip install psycopg2 + +To enable this returner, the master or minion will need the python client for PostgreSQL installed and the following values configured in the minion or master config. These are the defaults: