Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Commit

Permalink
add bugfix patches for minior_runner typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rossengeorgiev committed May 2, 2020
1 parent af62406 commit 3687cd5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 2019.2.4_bugfixes.patch
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',
13 changes: 13 additions & 0 deletions 3000.2_bugfixes.patch
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',

0 comments on commit 3687cd5

Please sign in to comment.