oscar-stack / vagrant-hosts

Manage static DNS on vagrant guests
Other
317 stars 26 forks source link

Does not work with CoreOS #39

Closed HelloGrayson closed 10 years ago

HelloGrayson commented 10 years ago

Installed plugin then added node.vm.provision :hosts like instructed but did not get a populated /etc/hosts nor could I ping the other vagrant boxes.

adrienthebo commented 10 years ago

vagrant-hosts uses a Vagrant guest capability to provision the hosts file (https://github.com/adrienthebo/vagrant-hosts/blob/master/lib/vagrant-hosts/plugin.rb#L25-L30), do you know if CoreOS is included in one of the given guest types or if a new guest type needs to be added?

adrienthebo commented 10 years ago

This hasn't seen an update in 3 weeks, is this still an issue for you?

HelloGrayson commented 10 years ago

I gave up - closing for now