Sha256: a4c811d1fd308e594a62624fe0befb7526c6b3aec0961d2c23850075f0032ea6

Contents?: true

Size: 281 Bytes

Versions: 16

Compression:

Stored size: 281 Bytes

Contents

require 'vagrant'

module VagrantHosts
  module Provisioner
    class Hosts < Vagrant.plugin('2', :provisioner)

      def initialize(machine, config)
        super
      end

      def provision
        @machine.guest.capability(:sync_hosts, @config)
      end

    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
vagrant-hosts-2.5.0 lib/vagrant-hosts/provisioner/hosts.rb
vagrant-hosts-2.4.0 lib/vagrant-hosts/provisioner/hosts.rb
vagrant-hosts-2.3.0 lib/vagrant-hosts/provisioner/hosts.rb
vagrant-hosts-2.2.4 lib/vagrant-hosts/provisioner/hosts.rb
vagrant-hosts-2.2.3 lib/vagrant-hosts/provisioner/hosts.rb
vagrant-hosts-2.2.2 lib/vagrant-hosts/provisioner/hosts.rb
vagrant-hosts-2.2.1 lib/vagrant-hosts/provisioner/hosts.rb
vagrant-hosts-2.2.0 lib/vagrant-hosts/provisioner/hosts.rb
vagrant-hosts-2.1.5 lib/vagrant-hosts/provisioner/hosts.rb
vagrant-hosts-2.1.4 lib/vagrant-hosts/provisioner/hosts.rb
vagrant-hosts-2.1.3 lib/vagrant-hosts/provisioner/hosts.rb
vagrant-hosts-2.1.2 lib/vagrant-hosts/provisioner/hosts.rb
vagrant-hosts-2.1.1 lib/vagrant-hosts/provisioner/hosts.rb
vagrant-hosts-2.1.0 lib/vagrant-hosts/provisioner/hosts.rb
vagrant-hosts-2.0.0 lib/vagrant-hosts/provisioner/hosts.rb
vagrant-hosts-2.0.0rc1 lib/vagrant-hosts/provisioner/hosts.rb