diff options
author | danielsdeleo <dan@opscode.com> | 2012-12-20 16:54:09 -0800 |
---|---|---|
committer | danielsdeleo <dan@opscode.com> | 2012-12-21 12:15:18 -0800 |
commit | 4638b8e0a0f7edc0a760313cb4acd2db4f11a383 (patch) | |
tree | cfb59ab942207d27026c4116a514be870473816c /distro | |
parent | 2c460c191bcdb1acfe6978a6e7e7ff8e0273f973 (diff) | |
download | chef-4638b8e0a0f7edc0a760313cb4acd2db4f11a383.tar.gz |
[CHEF-3715] rm moneta's config options
Cache for syntax check is configured by syntax_check_cache_path. For
compatibility, the old moneta-specific cache_options[:path] will be used
when syntax_check_cache_path is not set (defaults to nil)
Diffstat (limited to 'distro')
-rw-r--r-- | distro/common/markdown/man1/knife.mkd | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/distro/common/markdown/man1/knife.mkd b/distro/common/markdown/man1/knife.mkd index 054e220cf9..8c97cc97e1 100644 --- a/distro/common/markdown/man1/knife.mkd +++ b/distro/common/markdown/man1/knife.mkd @@ -98,14 +98,9 @@ If the config file exists, knife uses these settings for __GENERAL OPTIONS__ def * `chef_server_url`: URL of the Chef server. Corresponds to the `-s` or `--server-url` option. This is requested from the user when running this sub-command. - * `cache_type`: - The type of cache to use. Default is BasicFile. This can be any type of - Cache that moneta supports: BasicFile, Berkeley, Couch, DataMapper, - File, LMC, Memcache, Memory, MongoDB, Redis, Rufus, S3, SDBM, Tyrant, - Xattr, YAML. - * `cache_options`: - Specifies various options to use for caching. These options are - dependent on the `cache_type`. + * `syntax_check_cache_path`: + Specifies the path to a directory where knife caches information + about files that it has syntax checked. * `validation_client_name`: Specifies the name of the client used to validate new clients. * `validation_key`: |