tacitknowledge / aem-cookbook

Chef cookbook for Adobe AEM
79 stars 64 forks source link

VagrantBox no longer exists #10

Closed stones closed 9 years ago

stones commented 9 years ago

Hey,

I have bring this up, but the vagrant box no longer exists.

When i try to switch the box out following this guide, the box gets up, but then throws:

could not find recipe default for cookbook aem

Any ideas?

pdunnavant commented 9 years ago

Actually, that Vagrantfile shouldn't even be there. Sorry about the confusion. This cookbook uses test-kitchen, and you can find instructions here for that: https://github.com/tacitknowledge/aem-cookbook/blob/master/TESTING.md

If you want to try to continue using the Vagrantfile, you can certainly do that. There's no default recipe in this cookbook; however, so you'll have to change the run_list to use one of the available recipes (instead of default, as it is currently configured).

pdunnavant commented 9 years ago

I'm going to go ahead and close this issue. If you continue to have any issues, please let me know, and we can reopen this. Thanks!