summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLamont Granquist <lamont@opscode.com>2021-02-25 16:46:39 -0800
committerGitHub <noreply@github.com>2021-02-25 16:46:39 -0800
commit62cb0d0eeeeedae10bdb51f0f109c31085932934 (patch)
tree0b60b088a83df00ce4a4d50279533d32728f2dcd /README.md
parent4b9fd1471426c3805b7d3e36db0e28f183aee877 (diff)
parentd6996ebef59efbb3101bac0e2e049fbc9e676d2c (diff)
downloadchef-zero-62cb0d0eeeeedae10bdb51f0f109c31085932934.tar.gz
Merge pull request #308 from chef/lcg/checking-ci
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 224aa1a..86d2ce8 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
## Description
-Chef Zero is a simple, easy-install, in-memory Chef server that can be useful for Chef Client testing and chef-solo-like tasks that require a full Chef Server. It IS intended to be simple, Chef 11+ compliant, easy to run and fast to start. It is NOT intended to be secure, scalable, performant or persistent. It does NO input validation, authentication or authorization (it will not throw a 400, 401 or 403). It does not save data, and will start up empty each time you start it.
+Chef Zero is a simple, easy-install, in-memory Chef server that can be useful for Chef Client testing and chef-solo-like tasks that require a full Chef Server. It IS intended to be simple, Chef 11+ compliant, easy to run and fast to start. It is NOT intended to be secure, scalable, performant or persistent. It does NO input validation, authentication or authorization (it will not throw a 400, 401 or 403). It does not save data, and will start up empty each time you start it.
Because Chef Zero runs in memory, it's super fast and lightweight. This makes it perfect for testing against a "real" Chef Server without mocking the entire Internet.