mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #48824 from rallytime/win_servermanager_deprecations
Bump deprecation in win_servermanager state to Neon
This commit is contained in:
commit
1fb7d9431b
1 changed files with 2 additions and 2 deletions
|
@ -115,10 +115,10 @@ def installed(name,
|
|||
'''
|
||||
if 'force' in kwargs:
|
||||
salt.utils.versions.warn_until(
|
||||
'Fluorine',
|
||||
'Neon',
|
||||
'Parameter \'force\' has been detected in the argument list. This'
|
||||
'parameter is no longer used and has been replaced by \'recurse\''
|
||||
'as of Salt 2018.3.0. This warning will be removed in Salt Fluorine.'
|
||||
'as of Salt 2018.3.0. This warning will be removed in Salt Neon.'
|
||||
)
|
||||
kwargs.pop('force')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue