mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Lint whitespace
This commit is contained in:
parent
e8becb3178
commit
f6ddee8ae1
@ -44,7 +44,7 @@ def start_service(service_name):
|
||||
.. code-block:: bash
|
||||
salt '*' openstack_mng.start_service neutron
|
||||
'''
|
||||
|
||||
|
||||
os_cmd = ['/usr/bin/openstack-service', 'start', service_name]
|
||||
return __salt__['cmd.retcode'](os_cmd) == 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user