Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with overly long names in the LGPO module #55823

Merged
merged 10 commits into from
Jan 15, 2020
Prev Previous commit
Next Next commit
Change warn_until to Phosphorus
  • Loading branch information
twangboy committed Jan 14, 2020
commit 28b48f1641f6ddd606f45809291c895d6757882a
2 changes: 1 addition & 1 deletion salt/states/win_lgpo.py
Original file line number Diff line number Diff line change
@@ -297,7 +297,7 @@ def set_(name,
# new
if new_e_name in valid_names:
salt.utils.versions.warn_until(
'Magnesium',
'Phosphorus',
'The LGPO module changed the way it '
'gets policy element names.\n'
'"{0}" is no longer valid.\n'