Remove this, supposed to be in vagrant-next
This commit is contained in:
parent
f47213f9b2
commit
b97c509c15
|
@ -1,17 +0,0 @@
|
||||||
module VagrantPlugins
|
|
||||||
module DockerProvider
|
|
||||||
module Action
|
|
||||||
# This action is responsible for creating the host machine if
|
|
||||||
# we need to.
|
|
||||||
class HostMachine
|
|
||||||
def initialize(app, env)
|
|
||||||
@app = app
|
|
||||||
end
|
|
||||||
|
|
||||||
def call(env)
|
|
||||||
@app.call(env)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
Reference in New Issue