Fix typo in dns_search documentation

Signed-off-by: Mohammad Salehe <salehe+dev@gmail.com>
This commit is contained in:
Mohammad Salehe 2014-10-01 20:10:50 +03:30
parent 5182bd0968
commit 3c105c6db2
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ Custom DNS search domains. Can be a single value or a list.
```
dns_search: example.com
dns:
dns_search:
- dc1.example.com
- dc2.example.com
```