Sha256: 9b7accf1ccefd876f8021d6c761afdd3f6e7da092465b19071e07d8d5b32e3fd
Contents?: true
Size: 338 Bytes
Versions: 13
Compression:
Stored size: 338 Bytes
Contents
module VagrantPlugins module ProviderVirtualBox module Action class DestroyUnusedNetworkInterfaces def initialize(app, env) @app = app end def call(env) env[:machine].provider.driver.delete_unused_host_only_networks @app.call(env) end end end end end
Version data entries
13 entries across 13 versions & 5 rubygems