mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Allow thorium to cross call
This commit is contained in:
parent
a0f2cdf317
commit
c0d54c3fb8
1 changed files with 3 additions and 1 deletions
|
@ -434,10 +434,12 @@ def thorium(opts, functions, runners):
|
|||
'''
|
||||
Load the thorium runtime modules
|
||||
'''
|
||||
return LazyLoader(_module_dirs(opts, 'thorium', 'thorium'),
|
||||
ret = LazyLoader(_module_dirs(opts, 'thorium', 'thorium'),
|
||||
opts,
|
||||
tag='thorium',
|
||||
pack={'__salt__': functions, '__runner__': runners})
|
||||
ret.pack['__thorium__'] = ret
|
||||
return ret
|
||||
|
||||
|
||||
def states(opts, functions, utils, serializers, whitelist=None):
|
||||
|
|
Loading…
Add table
Reference in a new issue