BerlinVagrant / vagrant-dns

A plugin to manage DNS records for vagrant environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compatible with Vagrant 1.0.5 ?

budda opened this issue · comments

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 ?

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)
...

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'