BerlinVagrant / vagrant-dns

A plugin to manage DNS records for vagrant environments
MIT License
490 stars 50 forks source link

Compatible with Vagrant 1.0.5 ? #8

Closed budda closed 7 years ago

budda commented 12 years ago

I've tried installing vagrant-dns command in Vagrant 1.0.5 and it's not parsing the config.dns.* entries in the Vagrantfile config.

/Vagrant/embedded/gems/gems/vagrant-1.0.5/lib/vagrant/config/top.rb:29:in method_missing': undefined methoddns' for #Vagrant::Config::Top:0x00000102002dc0 (NoMethodError)

Is anyone running vagrant-dns with the latest version of Vagrant ?

max-koehler commented 11 years ago

Have you installed vagrant-dns with the command 'vagrant gem install vagrant-dns'? Sounds like that you have multiple ruby-versions running.

try the following command: 'vagrant gem list'

you should see something like this: ... vagrant-dns (0.3.0) ...

sheerun commented 11 years ago

I get the same message. I installed vagrant-dns with vagrant gem installation. Here is my gemfile:

source 'http://rubygems.org'

ruby '1.9.3'

gem 'vagrant'
gem 'vagrant-dns'
gem 'librarian'
gem 'ffi', '>= 1.0.11'