Bump deprecations to Lithium

This commit is contained in:
Pedro Algarvio 2014-04-24 09:04:02 +01:00
parent 052926ba5a
commit 5d272482a8

View File

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