mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Make arguments vertical for easier reading
This commit is contained in:
parent
aaaf2d64b5
commit
59d1754844
@ -169,8 +169,12 @@ def apply_(path, id_=None, config=None, approve_key=True, install=True,
|
||||
return res
|
||||
|
||||
|
||||
def mkconfig(config=None, tmp=None, id_=None, approve_key=True,
|
||||
pub_key=None, priv_key=None):
|
||||
def mkconfig(config=None,
|
||||
tmp=None,
|
||||
id_=None,
|
||||
approve_key=True,
|
||||
pub_key=None,
|
||||
priv_key=None):
|
||||
'''
|
||||
Generate keys and config and put them in a tmp directory.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user