Merge pull request #592 from blalor/patch-1

Remove unused param to 'vault write aws/roles/deploy'
This commit is contained in:
Jeff Mitchell 2015-09-09 11:28:15 -04:00
commit 1a8bcfe18d
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ a "deploy" role:
```text
$ vault write aws/roles/deploy \
name=deploy \
policy=@policy.json
```