mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Whitespace fix for lint
This commit is contained in:
parent
8de470e57a
commit
1472efbad0
@ -380,7 +380,7 @@ def create(vm_):
|
|||||||
if not isinstance(ipv6, bool):
|
if not isinstance(ipv6, bool):
|
||||||
raise SaltCloudConfigError("'ipv6' should be a boolean value.")
|
raise SaltCloudConfigError("'ipv6' should be a boolean value.")
|
||||||
kwargs['ipv6'] = ipv6
|
kwargs['ipv6'] = ipv6
|
||||||
|
|
||||||
monitoring = config.get_cloud_config_value(
|
monitoring = config.get_cloud_config_value(
|
||||||
'monitoring', vm_, __opts__, search_global=False, default=None,
|
'monitoring', vm_, __opts__, search_global=False, default=None,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user