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

Re-write vagrant-dns handling as a faux plugin #42

Closed ergonlogic closed 9 years ago

ergonlogic commented 9 years ago

See https://github.com/GetValkyrie/valkyrie-mount and https://github.com/GetValkyrie/valkyrie-drush-aliases for examples. Vagrant-triggers is only used to handling vagrant-dns on OSX now, so this will allow us to remove it as a dependency.

ergonlogic commented 9 years ago

The current logic is already here: https://github.com/GetValkyrie/valkyrie/blob/0.4.x/vagrant/vagrant-dns.rb, and the entry-point is here: https://github.com/GetValkyrie/valkyrie/blob/0.4.x/vagrant/Vagrantfile#L27