add return value as documented
This commit is contained in:
parent
7dbb51da1a
commit
0db08db831
1 changed files with 1 additions and 0 deletions
|
@ -354,3 +354,4 @@ def set_file_ssh_authorized_keys(username, ssh_keys):
|
|||
log_and_raise(
|
||||
cpe, 'could not remove the authorized_keys file of user %s',
|
||||
username)
|
||||
return ssh_authorized_keys_file
|
||||
|
|
Loading…
Reference in a new issue