From 767f147469f116e0241bd1f769c423b7a27e0b75 Mon Sep 17 00:00:00 2001 From: Teemu Matilainen Date: Sun, 26 Jan 2014 00:17:12 -0300 Subject: [PATCH] guests/openbsd: OpenBSD is not a Linux derivative --- plugins/guests/openbsd/plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/guests/openbsd/plugin.rb b/plugins/guests/openbsd/plugin.rb index 28f44985b..b9ec24dd4 100644 --- a/plugins/guests/openbsd/plugin.rb +++ b/plugins/guests/openbsd/plugin.rb @@ -6,7 +6,7 @@ module VagrantPlugins name "OpenBSD guest" description "OpenBSD guest support." - guest("openbsd", "linux") do + guest("openbsd") do require File.expand_path("../guest", __FILE__) Guest end