File add-publish_batch-to-clearfuncs-exposed-methods.patch of Package salt
From 0a314b4b5e9d7ffd7dd17e1ef98e7d472aa5fcac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pablo=20Su=C3=A1rez=20Hern=C3=A1ndez?=
<psuarezhernandez@suse.com>
Date: Thu, 28 May 2020 09:37:08 +0100
Subject: [PATCH] Add publish_batch to ClearFuncs exposed methods
---
salt/master.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/salt/master.py b/salt/master.py
index 9c80fd2428..c4eab2f0f7 100644
--- a/salt/master.py
+++ b/salt/master.py
@@ -2126,6 +2126,7 @@ class ClearFuncs(TransportMethods):
expose_methods = (
"ping",
"publish",
+ "publish_batch",
"get_token",
"mk_token",
"wheel",
--
2.47.0