Michael Dunstan

Results 6 comments of Michael Dunstan

Yup. I edited `vendor-cookbooks/alfresco/recipes/_attributes.rb` then ran: ``` vagrant destroy -f vagrant up ``` That fixes the install for mysql. But now the provisioning fails with problems installing tomcat: ``` ==>...

I've tried several variations for `additional_tomcat_packages`: ``` %w{tomcat-native apr abrt} %w{tomcat apr abrt} %w{apr abrt} %w{abrt} %w{} ``` The first four all fail with something along the lines of "No...

No luck using the centos64 box profile either: ``` git clone https://github.com/maoo/alfresco-boxes.git cd alfresco-boxes/common sh create-vendor-cookbooks.sh cd ../vagrant BOX_OS=centos64 vagrant up ``` Fails with: ``` ================================================================================ Error executing action `install`...

Thanks @maoo. I don't have any experience using Kitchen. I'll have a go at pinning chef-alfresco to that tag.

I've just tried a fresh install of alfresco-boxes with vagrant: ``` git clone https://github.com/maoo/chef-alfresco cd chef-alfresco/common edit Berksfile # See simple syntax error https://github.com/maoo/alfresco-boxes/pull/33 sh create-vendor-cookbooks.sh cd ../vagrant vagrant up...

I've just noticed that my command sample above is wrong. I should have written `alfresco-boxes` instead of `chef-alfresco`. Sorry about that. Anyway now that there has been some work on...