Remove todo in validation
This commit is contained in:
parent
865c553b8f
commit
659aa1c48e
|
@ -225,16 +225,6 @@ module VagrantPlugins
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if @type == :action
|
|
||||||
actions = []
|
|
||||||
# TODO: Get every registered action and check if it includes the command defined
|
|
||||||
end
|
|
||||||
|
|
||||||
if @type == :hook
|
|
||||||
actions = []
|
|
||||||
# TODO: Get every registered hook and check if it includes the command defined
|
|
||||||
end
|
|
||||||
|
|
||||||
if @run
|
if @run
|
||||||
errorz = @run.validate(machine)
|
errorz = @run.validate(machine)
|
||||||
errors.concat errorz["shell provisioner"] if !errorz.empty?
|
errors.concat errorz["shell provisioner"] if !errorz.empty?
|
||||||
|
|
Loading…
Reference in New Issue