Merge pull request #42017 from lorengordon/issue-42013

Fixes typo "nozerconf" -> "nozeroconf"
This commit is contained in:
Mike Place 2017-06-29 12:30:48 -05:00 committed by GitHub
commit 1416bf70b9

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