Skip to content

Reusable-Scripts/Chef-Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 

Repository files navigation

Chef-Windows

To store chef cookbooks for windows

Configuring Chef-Solo

*) Download and install ChefDK in the system.

*) Chef will be installed in C:\opscode\chefdk

*) Define solo.rb

tmp = 'c:/Chef/'

file_cache_path tmp

data_bag_path   File.join(tmp, 'data_bags')

cookbook_path   File.join(tmp, 'cookbooks')

role_path       File.join(tmp, 'roles')

*) Run 'chef-solo -c C:\Chef\solo.rb'

About

To store chef cookbooks for windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •