mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Syntax error.
This commit is contained in:
parent
648d23b439
commit
74527ca115
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user