mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Remove cruft
This commit is contained in:
parent
a46aa3a55c
commit
f8165d49c9
1 changed files with 3 additions and 8 deletions
|
@ -8,8 +8,8 @@ import contextlib
|
|||
import copy
|
||||
import functools
|
||||
import importlib
|
||||
import importlib.machinery # pylint: disable=no-name-in-module,import-error
|
||||
import importlib.util # pylint: disable=no-name-in-module,import-error
|
||||
import importlib.machinery
|
||||
import importlib.util
|
||||
import inspect
|
||||
import logging
|
||||
import os
|
||||
|
@ -663,12 +663,7 @@ def ssh_wrapper(opts, functions=None, context=None):
|
|||
),
|
||||
opts,
|
||||
tag="wrapper",
|
||||
pack={
|
||||
"__salt__": functions,
|
||||
# "__grains__": opts.get("grains", {}),
|
||||
# "__pillar__": opts.get("pillar", {}),
|
||||
"__context__": context,
|
||||
},
|
||||
pack={"__salt__": functions, "__context__": context},
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue