mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 13:57:52 +00:00
28 lines
644 B
YAML
28 lines
644 B
YAML
add_new:
|
|
group: 'test_group'
|
|
host: 'test_host'
|
|
protocol: 'test_protocol'
|
|
user: 'test_user'
|
|
password: 'test_password'
|
|
port: '42'
|
|
comment: 'test_comment'
|
|
|
|
add_existing:
|
|
id: 'TEST-ID-XXXXX'
|
|
group: 'test_group_existing'
|
|
host: 'test_host_existing'
|
|
protocol: 'test_protocol_existing'
|
|
user: 'test_user_existing'
|
|
password: 'test_password_existing'
|
|
port: '44'
|
|
comment: 'test_comment_existing'
|
|
created: 1386752948
|
|
|
|
update:
|
|
group: 'test_group_update'
|
|
host: 'test_host_update'
|
|
protocol: 'test_protocol_update'
|
|
user: 'test_user_update'
|
|
password: 'test_password_update'
|
|
port: '43'
|
|
comment: 'test_comment_update'
|