From ba6458bcce93afdd45472544e00ece6f1722e0d2 Mon Sep 17 00:00:00 2001 From: Pedro <43284052+Pedro568@users.noreply.github.com> Date: Mon, 5 Nov 2018 18:24:00 -0300 Subject: [PATCH] add the text "Hewllet Packard Ent" to article (#21075) * add the text "Hewllet Packard Ent" to article also add the this video too: "https://www.youtube.com/watch?v=jlwGcgFfcnU" * Update index.md --- guide/english/chef/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guide/english/chef/index.md b/guide/english/chef/index.md index c9ef044cc8..a2ee285f96 100644 --- a/guide/english/chef/index.md +++ b/guide/english/chef/index.md @@ -5,6 +5,8 @@ title: Chef

Chef is a powerful automation platform that transforms infrastructure into code. Whether you’re operating in the cloud, on-premises, or in a hybrid environment, Chef automates how infrastructure is configured, deployed, and managed across your network, no matter its size.

+Chef enables programmers and system administrators to work together. Instead of developers writing applications and then waiting on Ops staff to figure out how to deploy the software, Chef serves both communities. Chef moves the process from a herky-jerky release cycle to a continuous delivery model by enabling an effective and automated workflow—a central goal of the DevOps movement. + #### How Chef Works

Chef stores collections of recipes in a cookbook. One cookbook should relate to a single task, but can have a number of different server configurations involved (for example a web application with a database, will have two recipes, one for each part, stored together in a cookbook).

@@ -21,5 +23,6 @@ title: Chef - [Chef TutorialsPoint](https://www.tutorialspoint.com/chef/chef_overview.htm) - [Official Documentation](https://docs.chef.io/chef_overview.html) - [Chef Tutorial](http://gettingstartedwithchef.com/) +- [Hewllet Packard Enterprise](https://www.hpe.com/us/en/insights/articles/what-is-chef-a-primer-for-devops-newbies-1704.html)