Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

smurawski/ChefConf2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How To Set Up

Basics

Setting the stage

  • Before each of the following (if you are on separate machines)
Find-Module ChefConfSamples | Install-Module

chef shell-init powershell | invoke-expression

Change directories into the Website_Samples directory from the repository

Running the DSC Sample

. ./Examples/simple_webserver.ps1
SimpleWebserver -ConfigurationData $ConfigurationData
Start-DscConfiguration -path ./SimpleWebserver -verbose -wait

Running the "traditional Chef recipe"

chef-client -z -o basic_website

Running a recipe with "dsc_script"

chef-client -z -o 'basic_website::dsc_script'

Running a recipe with "dsc_resource"

chef-client -z -o 'basic_website::dsc_resource'

About

Demos for ChefConf 2015

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published