lib/vagrant-ovirt3/config.rb in vagrant-ovirt3-1.3.0 vs lib/vagrant-ovirt3/config.rb in vagrant-ovirt3-1.4.0
- old
+ new
@@ -69,10 +69,10 @@
@ca_cert_file = nil if @ca_cert_file == UNSET_VALUE
end
def validate(machine)
valid_console_types = ['vnc', 'spice']
- raise Error::InvalidConsoleType,
+ raise Errors::InvalidConsoleType,
:console => @console unless valid_console_types.include? @console
end
end
end
end