81ba992e3e
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:saltstack/salt?expand=0&rev=205
27 lines
660 B
Diff
27 lines
660 B
Diff
From e6f6b011849536c5ff9a9bdef56e900ed5a7fb1d 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 705a1bc2fb..7f41ffe77b 100644
|
|
--- a/salt/master.py
|
|
+++ b/salt/master.py
|
|
@@ -1952,6 +1952,7 @@ class ClearFuncs(TransportMethods):
|
|
expose_methods = (
|
|
"ping",
|
|
"publish",
|
|
+ "publish_batch",
|
|
"get_token",
|
|
"mk_token",
|
|
"wheel",
|
|
--
|
|
2.37.3
|
|
|
|
|