From fe9c506c4d97eee3a020925782ff11fc0c15b775 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 6 Jun 2016 11:37:45 -0400 Subject: [PATCH] guests/ubuntu: Remove require vagrant from guest --- plugins/guests/ubuntu/guest.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/guests/ubuntu/guest.rb b/plugins/guests/ubuntu/guest.rb index 9295ede22..76244cb8c 100644 --- a/plugins/guests/ubuntu/guest.rb +++ b/plugins/guests/ubuntu/guest.rb @@ -1,5 +1,3 @@ -require "vagrant" - module VagrantPlugins module GuestUbuntu class Guest < Vagrant.plugin("2", :guest)