clburlison / bakeit

A platform agnostic chef bootstrap tool
MIT License
8 stars 0 forks source link

For local config purposes #24

Open clburlison opened 6 years ago

clburlison commented 6 years ago

It would be awesome if bakeit could download a chef-repo from a git repo and then run chef-client locally. This would allow users to set up their own personal machines.

Here is a pure go git (https://github.com/src-d/go-git). Once that is implemented we could then extend the config options to embed a read-only ssh key. Then add the tasks to setup a local machine.

For the a private ssh key example see: https://github.com/src-d/go-git/issues/397#issuecomment-304460207