Sha256: 99bde3aed56419aa1dc7047c7525df03fba62ff347223729fa06f24a9cefd5c2

Contents?: true

Size: 257 Bytes

Versions: 3

Compression:

Stored size: 257 Bytes

Contents

module VagrantPlugins
  module BetterHosts
    module Action
      class UpdateHosts < BaseAction

        def run(env)
          @ui.info "[vagrant-betterhosts] Checking for host entries"
          addHostEntries()
        end

      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vagrant-betterhosts-0.2.1 lib/vagrant-betterhosts/Action/UpdateHosts.rb
vagrant-betterhosts-0.2.0 lib/vagrant-betterhosts/Action/UpdateHosts.rb
vagrant-betterhosts-0.1.0 lib/vagrant-betterhosts/Action/UpdateHosts.rb