Sha256: ef1607187fb5894900163a76f137d36f511e1d458c6a1e3b5cb11c255a9236e1
Contents?: true
Size: 235 Bytes
Versions: 10
Compression:
Stored size: 235 Bytes
Contents
# Run when is adding hosts module VagrantPlugins module GoodHosts module Action # Update hosts class UpdateHosts < BaseAction def run(_env) add_host_entries() end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems