The d.o package does not have Opscode cookbooks submodule in the tar ball.

Also, Git users would probably need a note in the readme telling them how to get the submodule.

Comments

christianchristensen’s picture

Just noticed that...

As a fix for these problems:

*    cookbooks
     *    cookbooks
     *    site-cookbooks (with cp of needed ^ cookbooks)
     *    drupal-cookbooks
          *    drupal
                *    roles (default LAMP stack)
          *    drush
          *    ...
*    Vagrantfile (pointing to role)
christianchristensen’s picture

Status: Active » Closed (fixed)

Moved cookbooks to site-cookbooks and removed submodule (additionally added hacky script to copy cookbooks that are being used for committing to this repo)

Also, restructured the chef repo to match https://github.com/opscode/php-quick-start as a drupal app.