mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-07-15 20:06:30 -04:00
parent
7743b8314d
commit
13e2dbaf9d
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ module VagrantPlugins
|
|||
end
|
||||
|
||||
def update_etc_hostname
|
||||
super unless vivid?
|
||||
return super unless vivid?
|
||||
sudo("hostnamectl set-hostname '#{short_hostname}'")
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue