mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Late import to fix docs build errors
This commit is contained in:
parent
08299447af
commit
d561b26f10
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,6 @@ import collections
|
|||
import copy
|
||||
import logging
|
||||
import salt.ext.six as six
|
||||
from salt.serializers.yamlex import merge_recursive as _yamlex_merge_recursive
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
@ -90,6 +89,7 @@ def merge_recurse(obj_a, obj_b, merge_lists=False):
|
|||
|
||||
|
||||
def merge_aggregate(obj_a, obj_b):
|
||||
from salt.serializers.yamlex import merge_recursive as _yamlex_merge_recursive
|
||||
return _yamlex_merge_recursive(obj_a, obj_b, level=1)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue