Method: Vagrant::Guest::Base#change_host_name

Defined in:
lib/vagrant/guest/base.rb

#change_host_name(name) ⇒ Object

Called to change the hostname of the virtual machine.

Raises:



94
95
96
# File 'lib/vagrant/guest/base.rb', line 94

def change_host_name(name)
  raise BaseError, :_key => :unsupported_host_name
end