Sha256: a1ee2bb01ac0b62171b4d7aec2bc5437f8cd7c8febd431ccaab9c36f903f31fd
Contents?: true
Size: 237 Bytes
Versions: 1
Compression:
Stored size: 237 Bytes
Contents
# Run when is adding hosts module VagrantPlugins module BetterHosts module Action # Update hosts class UpdateHosts < BaseAction def run(_env) add_host_entries() end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-betterhosts-1.1.6 | lib/vagrant-betterhosts/Action/UpdateHosts.rb |