Proposed Repo Layout for "chef generate repo"

Hi All,

As some of you may know, the latest release of chef-dk added support for the “generate repo” command, which generates a skeleton Chef repository for those using a monolithic repo based workflow.

One item that came up in the chef community meetings was the structure and contents of the generated repo, and I volunteered to submit a pull request proposing a layout. That PR is here: https://github.com/opscode/chef-dk/pull/150

Essentially, this will result in running “chef generate repo” producing the following basic skeleton: https://gist.github.com/jonlives/252975018ad596613aca

If you’re a monolithic repository user and have thoughts or feedback on the proposed structure / contents of the proposed repo skeleton, please let me know by commenting on the pull request.

Cheers,

Jon