diff --git a/builtin/otherplugin/guest/alwaystrue.go b/builtin/otherplugin/guest/alwaystrue.go index b1a9c0db2..e07b5eb98 100644 --- a/builtin/otherplugin/guest/alwaystrue.go +++ b/builtin/otherplugin/guest/alwaystrue.go @@ -46,7 +46,7 @@ func (h *AlwaysTrueGuest) ParentsFunc() interface{} { } func (h *AlwaysTrueGuest) Parents() []string { - return []string{"otherplugin", "force", "guest", "platform", "match"} // We just need to have this be the most of all matches + return []string{"force", "guest", "platform", "match"} // We just need to have this be the most of all matches } // HasCapabilityFunc implements component.Guest diff --git a/plugins/guests/openwrt/guest.rb b/plugins/guests/openwrt/guest.rb index 73840ca1f..7455d0cc8 100644 --- a/plugins/guests/openwrt/guest.rb +++ b/plugins/guests/openwrt/guest.rb @@ -1,6 +1,6 @@ module VagrantPlugins module GuestOpenWrt - class Guest + class Guest < Vagrant.plugin("2", :guest) # Name used for guest detection GUEST_DETECTION_NAME = "openwrt".freeze