This repository has been archived by the owner on Sep 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add bugfix patches for minior_runner typo
See: https://docs.saltstack.com/en/latest/topics/releases/3000.2.html#known-issue saltstack/salt#57016
- Loading branch information
1 parent
af62406
commit 3687cd5
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/salt/master.py b/salt/master.py | ||
index aae55f1..68a8540 100644 | ||
--- a/salt/master.py | ||
+++ b/salt/master.py | ||
@@ -1177,7 +1177,7 @@ class AESFuncs(TransportMethods): | ||
'verify_minion', '_master_tops', '_ext_nodes', '_master_opts', | ||
'_mine_get', '_mine', '_mine_delete', '_mine_flush', '_file_recv', | ||
'_pillar', '_minion_event', '_handle_minion_event', '_return', | ||
- '_syndic_return', '_minion_runner', 'pub_ret', 'minion_pub', | ||
+ '_syndic_return', 'minion_runner', 'pub_ret', 'minion_pub', | ||
'minion_publish', 'revoke_auth', 'run_func', '_serve_file', | ||
'_file_find', '_file_hash', '_file_find_and_stat', '_file_list', | ||
'_file_list_emptydirs', '_dir_list', '_symlink_list', '_file_envs', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/salt/master.py b/salt/master.py | ||
index 33a9446..37a9f79 100644 | ||
--- a/salt/master.py | ||
+++ b/salt/master.py | ||
@@ -1177,7 +1177,7 @@ class AESFuncs(TransportMethods): | ||
'verify_minion', '_master_tops', '_ext_nodes', '_master_opts', | ||
'_mine_get', '_mine', '_mine_delete', '_mine_flush', '_file_recv', | ||
'_pillar', '_minion_event', '_handle_minion_event', '_return', | ||
- '_syndic_return', '_minion_runner', 'pub_ret', 'minion_pub', | ||
+ '_syndic_return', 'minion_runner', 'pub_ret', 'minion_pub', | ||
'minion_publish', 'revoke_auth', 'run_func', '_serve_file', | ||
'_file_find', '_file_hash', '_file_find_and_stat', '_file_list', | ||
'_file_list_emptydirs', '_dir_list', '_symlink_list', '_file_envs', |