mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Version Added for new apply_spm_config function
This commit is contained in:
parent
9612a6c7ad
commit
685fa911e7
1 changed files with 3 additions and 0 deletions
|
@ -3003,6 +3003,9 @@ def spm_config(path):
|
|||
def apply_spm_config(overrides, defaults):
|
||||
'''
|
||||
Returns the spm configurations dict.
|
||||
|
||||
.. versionadded:: 2015.8.1
|
||||
|
||||
'''
|
||||
opts = defaults.copy()
|
||||
if overrides:
|
||||
|
|
Loading…
Add table
Reference in a new issue