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 ------