summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-02-25 15:58:11 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2021-02-25 15:59:07 -0800
commitdafdddceffe3a9ad6a46dab0e9d4c08f8b5a650a (patch)
tree9a1ad1432152e67da1952351e5f8e01455d7354a /README.md
parent4b9fd1471426c3805b7d3e36db0e28f183aee877 (diff)
downloadchef-zero-dafdddceffe3a9ad6a46dab0e9d4c08f8b5a650a.tar.gz
Just checking CIlcg/checking-ci
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
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.