February 2017
Intermediate to advanced
440 pages
8h 45m
English
A very useful Chef feature is the ability to manage files right from the Chef code. Either plain files can be copied or dynamic files can be generated through templates. We'll leverage this feature to create an example PHP test file and dynamically generate Apache VirtualHosts for our LAMP server, so you'll know how to reuse it anywhere else.
To work through this recipe, you will need the following:
We'll manage two different kinds of files in two different ways: a static file and a dynamic file generated from a template, so the ...
Read now
Unlock full access