sftpman: add module
This commit is contained in:
parent
c24c298562
commit
6e2afa5c3b
10 changed files with 231 additions and 0 deletions
11
tests/modules/programs/sftpman/expected-mount2.json
Normal file
11
tests/modules/programs/sftpman/expected-mount2.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"authType": "password",
|
||||
"beforeMount": "true",
|
||||
"host": "host2.example.com",
|
||||
"id": "mount2",
|
||||
"mountOptions": [],
|
||||
"mountPoint": "/another/path",
|
||||
"port": 22,
|
||||
"sshKey": null,
|
||||
"user": "someuser"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue