GetValkyrie / valkyrie

Valkyrie is an opinionated local dev stack that makes features/git based Drupal development easy.
http://www.getvalkyrie.com
GNU General Public License v3.0
45 stars 11 forks source link

vagrant-triggers plugin not working, any work-around ? #58

Closed chuxau closed 9 years ago

chuxau commented 9 years ago

Hi,

In a bid to deploy valkyrie on a debian wheezy workstation, I tried to install vagrant-triggers plugin .. it installs without errors, but does not get recognized by vagrant .. and valkyrie is unable to work because of that.

Any alternatives to using vagrant-triggers ?

See issue #41

chuxau commented 9 years ago

I have been able to resolve my issues with vagrant-triggers .. was a ruby library problem ..

ergonlogic commented 9 years ago

I'm glad to hear it. FWIW, vagrant-triggers is only still in use to support vagrant-dns, which is OSX-specific. See #42.

laymonk commented 9 years ago

Oh, OK .. thats good to know .. so, I didnt really need it for debian install .. thanks for the update

ergonlogic commented 9 years ago

Actually, it'll still complain if you don't have it installed, but comenting out a couple lines in the Vagrantfile will solve that. We're planning on removing the vagrant-triggers dependency altogether, but that's pending #42.