lib/vagrant-hosts.rb in vagrant-hosts-0.0.2 vs lib/vagrant-hosts.rb in vagrant-hosts-1.0.0
- old
+ new
@@ -1,7 +1,5 @@
# Declare top level vagrant hosts module.
module VagrantHosts; end
require 'vagrant-hosts/version'
-require 'vagrant-hosts/provisioners/hosts'
-
-Vagrant.provisioners.register(:hosts) { VagrantHosts::Provisioner }
+require 'vagrant-hosts/plugin'