Syntax error.

This commit is contained in:
Bret Palsson 2012-07-05 23:23:39 -06:00
parent 648d23b439
commit 74527ca115

View File

@ -533,7 +533,7 @@ def _parse_settings_eth(opts, iface_type, iface):
if 'onboot' in opts:
log.warning('''The 'onboot' option is controlled by the 'enabled' option.
Interface: %s Enabled: %s''' % (iface, opts['enabled'])
Interface: %s Enabled: %s''' % (iface, opts['enabled']))
if 'enabled' in opts:
if opts['enabled'] in _CONFIG_TRUE: