Class: VagrantPlugins::GuestAtomic::Cap::ChangeHostName
- Inherits:
-
Object
- Object
- VagrantPlugins::GuestAtomic::Cap::ChangeHostName
- Defined in:
- lib/vagrant-atomic/cap/change_host_name.rb
Class Method Summary collapse
Class Method Details
.change_host_name(machine, name) ⇒ Object
5 6 7 |
# File 'lib/vagrant-atomic/cap/change_host_name.rb', line 5 def self.change_host_name(machine, name) machine.communicate.sudo("hostnamectl set-hostname #{name}") end |