0

I've just gotten a new MacBook Pro running Mavericks.

We're using Vagrant with Puppet on this project and when I do vagrant up I get this error

err: /Stage[main]/Drush::Git::Drush/Exec[first drush run]: Failed to call refresh: /usr/bin/drush status returned 255 instead of one of [0] at /tmp/vagrant-puppet-1/modules-0/drush/manifests/git/drush.pp:32

Which prevents me from doing anything with Drush while inside vagrant ssh

Has anyone come across this before?

Thanks, Steven

Steven Grant
  • 1,236
  • 3
  • 15
  • 32

2 Answers2

0

Have you tried: http://davidwalsh.name/fixing-vagrant-errors

sudo /Library/StartupItems/VirtualBox/VirtualBox restart
John
  • 833
  • 1
  • 11
  • 24
  • Yeah, I don't think this is VirtualBox related though. Vagrant itself does seem to work, it's the specific Drush Puppet module in the manifest that seems to be failing. – Steven Grant Feb 10 '14 at 14:37
  • Ah right ok, sorry. Have you tried not using Drupal? Might be worth a shout? – John Feb 10 '14 at 14:38
-1

The issue on this was that we were using the Drush master branch within our Puppet profile and at that time, the Drush master branch was failing. Fell back to 6.x and all was well.

Steven Grant
  • 1,236
  • 3
  • 15
  • 32