summaryrefslogtreecommitdiff
path: root/distro
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2012-12-20 16:54:09 -0800
committerdanielsdeleo <dan@opscode.com>2012-12-21 12:15:18 -0800
commit4638b8e0a0f7edc0a760313cb4acd2db4f11a383 (patch)
treecfb59ab942207d27026c4116a514be870473816c /distro
parent2c460c191bcdb1acfe6978a6e7e7ff8e0273f973 (diff)
downloadchef-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.mkd11
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`: