mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Spelling fix
This commit is contained in:
parent
cfe0a5bb42
commit
5c666409f3
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ def validate(config):
|
|||
|
||||
for item in interfaces:
|
||||
if not isinstance(_config['interfaces'][item], dict):
|
||||
return False, ('Interface attirbutes for network_settings beacon'
|
||||
return False, ('Interface attributes for network_settings beacon'
|
||||
' must be a dictionary.')
|
||||
if not all(j in ATTRS for j in _config['interfaces'][item]):
|
||||
return False, ('Invalid attributes in beacon configuration.')
|
||||
|
|
Loading…
Add table
Reference in a new issue