Last active
February 2, 2016 03:07
-
-
Save MattHodge/b8862934d2fe9b22cc8f to your computer and use it in GitHub Desktop.
05_Blog_Win10_Development_PC_Chef_Berks.ps1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create knife.rb config - more details here https://docs.chef.io/config_rb_knife.html | |
atom ~/.chef/knife.rb | |
# Create Berksfile config - more details here http://berkshelf.com/ | |
atom ~/.berkshelf/config.json | |
# Verify you can communicate with the chef server | |
knife user list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From Blog Post: https://www.hodgkins.net.au/powershell/setup-windows-10-for-chef-and-powershell-dsc-development/