mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
line too long
This commit is contained in:
parent
e487aeeaf0
commit
a80e43cb40
@ -50,7 +50,9 @@ def cluster_join(riak_user=None, riak_host=None):
|
||||
'''
|
||||
if not all((riak_user, riak_host)):
|
||||
return False
|
||||
return not bool(__salt__['cmd.retcode']('riak-admin cluster join {0}@{1}'.format(riak_user, riak_host)))
|
||||
return not bool(__salt__['cmd.retcode'](
|
||||
'riak-admin cluster join {0}@{1}'.format(riak_user, riak_host))
|
||||
)
|
||||
|
||||
|
||||
def cluster_plan():
|
||||
|
Loading…
Reference in New Issue
Block a user