mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Updating deprecation path to be Nitrogen
This commit is contained in:
parent
7f0a89be23
commit
b091cc1910
@ -51,7 +51,7 @@ class Beacon(object):
|
||||
list(map(current_beacon_config.update, config[mod]))
|
||||
elif isinstance(config[mod], dict):
|
||||
salt.utils.warn_until(
|
||||
'Boron',
|
||||
'Nitrogen',
|
||||
'Beacon configuration should be a list instead of a dictionary.'
|
||||
)
|
||||
current_beacon_config = config[mod]
|
||||
|
Loading…
Reference in New Issue
Block a user