fixes file path option in samples (#5377)

fixes file path option in samples
This commit is contained in:
Roman Iuvshyn 2018-09-21 01:55:20 +03:00 committed by Jim Kalafut
parent fb78c23476
commit 717165babd

View File

@ -40,7 +40,7 @@ $ curl \
"type": "file",
"description": "Store logs in a file",
"options": {
"path": "/var/log/vault.log"
"file_path": "/var/log/vault.log"
}
}
}
@ -83,7 +83,7 @@ relevant functionality is only supported in Vault Enterprise:
{
"type": "file",
"options": {
"path": "/var/log/vault/log"
"file_path": "/var/log/vault/log"
}
}
```