Skip to content

Instantly share code, notes, and snippets.

@smford22
Last active August 29, 2015 14:01
Show Gist options
  • Save smford22/10332fd996210a7d4c5d to your computer and use it in GitHub Desktop.
Save smford22/10332fd996210a7d4c5d to your computer and use it in GitHub Desktop.
Migrate open source chef to enterprise chef

#Migrate open source chef to enterprise chef

  1. setup a ~/.chef directory with a knife.rb and a .pem with access to your open source chef server. NOTE:make sure you have have
  2. cd ~/.chef and then create a new git repo git init
  3. create a new git branch using the open source chef server name git checkout -b OPEN_SOURCE_CHEF_SERVER
  4. make sure you have versioned_cookbooks “true” in the knife.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment