From 1797798760eb72d6b02724f75bc54dd83815e986 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Fri, 28 Sep 2018 07:59:39 -0700 Subject: [PATCH] Fix module name --- plugins/guests/redhat/cap/change_host_name.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/guests/redhat/cap/change_host_name.rb b/plugins/guests/redhat/cap/change_host_name.rb index 5da660df0..37c8912a8 100644 --- a/plugins/guests/redhat/cap/change_host_name.rb +++ b/plugins/guests/redhat/cap/change_host_name.rb @@ -3,7 +3,7 @@ module VagrantPlugins module Cap class ChangeHostName - extend Vagrant::Util::GuestInspection + extend Vagrant::Util::GuestInspection::Linux def self.change_host_name(machine, name) comm = machine.communicate