Remove dummy capability from host plugin
This commit is contained in:
parent
2b7d726c66
commit
2d7ce1b9d8
@ -1,12 +0,0 @@
|
||||
module VagrantPlugins
|
||||
module HostVoid
|
||||
module Cap
|
||||
class Dummy
|
||||
def self.dummy(bag, ui, argument)
|
||||
ui.info "Dummy host cap in ruby runtime, sent argument: `#{argument}' with bag: #{bag}"
|
||||
"this is a result value string!"
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
@ -25,11 +25,6 @@ module VagrantPlugins
|
||||
require_relative "cap/nfs"
|
||||
Cap::NFS
|
||||
end
|
||||
|
||||
host_capability("void", "dummy") do
|
||||
require_relative "cap/dummy"
|
||||
Cap::Dummy
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user