Skip to content

rudymccomb/lcr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lcr

Manually runs recipe

chef-client --local-mode recipe.rb

Manually runs cookbook

chef-client --local-mode --runlist 'recipe[learn_chef_apache2]'

You also saw the run-list. The run-list lets you specify which recipes to run, and the order in which to run them. This is handy once you have lots of cookbooks, and the order in which they run is important.

#Cookbook A cookbook includes recipes and external information and makes them easier to manage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published