mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Merge pull request #42017 from lorengordon/issue-42013
Fixes typo "nozerconf" -> "nozeroconf"
This commit is contained in:
commit
1416bf70b9
@ -828,7 +828,7 @@ def _parse_network_settings(opts, current):
|
||||
_raise_error_network('hostname', ['server1.example.com'])
|
||||
|
||||
if 'nozeroconf' in opts:
|
||||
nozeroconf = salt.utils.dequote(opts['nozerconf'])
|
||||
nozeroconf = salt.utils.dequote(opts['nozeroconf'])
|
||||
if nozeroconf in valid:
|
||||
if nozeroconf in _CONFIG_TRUE:
|
||||
result['nozeroconf'] = true_val
|
||||
|
Loading…
Reference in New Issue
Block a user