Merge pull request #48824 from rallytime/win_servermanager_deprecations

Bump deprecation in win_servermanager state to Neon
This commit is contained in:
Nicole Thomas 2018-08-02 14:01:33 -04:00 committed by GitHub
commit 1fb7d9431b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')