mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Bump deprecations to Lithium
This commit is contained in:
parent
052926ba5a
commit
5d272482a8
@ -124,7 +124,7 @@ def present(name,
|
||||
'comment': 'Group {0} is already present'.format(name)}
|
||||
|
||||
salt.utils.warn_until(
|
||||
'Hydrogen',
|
||||
'Lithium',
|
||||
'Please remove \'runas\' support at this stage. \'user\' support was '
|
||||
'added in 0.17.0',
|
||||
_dont_call_warnings=True
|
||||
@ -276,7 +276,7 @@ def absent(name,
|
||||
'comment': ''}
|
||||
|
||||
salt.utils.warn_until(
|
||||
'Hydrogen',
|
||||
'Lithium',
|
||||
'Please remove \'runas\' support at this stage. \'user\' support was '
|
||||
'added in 0.17.0',
|
||||
_dont_call_warnings=True
|
||||
|
Loading…
Reference in New Issue
Block a user