Updated for new syntax

This commit is contained in:
Jeff Mitchell 2018-05-17 09:14:12 -07:00 committed by GitHub
parent 50e05056d3
commit 38f5f5f783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ Policies may be created (uploaded) via the CLI or via the API. To create a new
policy in Vault:
```sh
$ vault policy-write policy-name policy-file.hcl
$ vault policy write policy-name policy-file.hcl
```
-> The `@` tells Vault to read from a file on disk. In the example above, Vault