Skip to content

Commit

Permalink
Bump the deprecation warning in pkgrepo state to Nitrogen (#35810)
Browse files Browse the repository at this point in the history
Let's give users a little more time to update their states given
the issues found in #33536 that were fixed recently by #35055.
  • Loading branch information
Nicole Thomas committed Aug 26, 2016
1 parent 083d836 commit 2be5daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/states/pkgrepo.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def managed(name, ppa=None, **kwargs):

if 'enabled' in kwargs:
salt.utils.warn_until(
'Carbon',
'Nitrogen',
'The `enabled` argument has been deprecated in favor of '
'`disabled`.'
)
Expand Down

0 comments on commit 2be5daf

Please sign in to comment.