Fixes typo nozerconf -> nozeroconf

Fixes #42013
This commit is contained in:
Loren Gordon 2017-06-29 11:46:20 -04:00
parent 6a3c03c2d5
commit b6cf5f2528

View file

@ -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