From 0e643b28d80364684f26ff0284e1c5736a8ce0b8 Mon Sep 17 00:00:00 2001 From: Baptiste Mille-Mathias Date: Sun, 25 Oct 2015 18:54:22 +0100 Subject: [PATCH] Update link documentation for chef Documentation moved elsewhere --- docs/scenarios/admin.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/scenarios/admin.rst b/docs/scenarios/admin.rst index 1eabb43..b99372d 100644 --- a/docs/scenarios/admin.rst +++ b/docs/scenarios/admin.rst @@ -250,7 +250,9 @@ configures itself and this distributed approach makes Chef a scalable automation Chef works by using custom recipes (configuration elements), implemented in cookbooks. Cookbooks, which are basically packages for infrastructure choices, are usually stored in your Chef server. -Read the `Digital Ocean tutorial series `_ on chef to learn how to create a simple Chef Server. +Read the `Digital Ocean tutorial series +`_ +on chef to learn how to create a simple Chef Server. To create a simple cookbook the `knife `_ command is used: @@ -263,6 +265,7 @@ is a good starting point for Chef Beginners and many community maintained cookbo serve as a good reference or tweaked to serve your infrustructure configuration needs can be found on the `Chef Supermarket `_. +- `Chef Documentation `_ Puppet ------