Sha256: d48598d3d65b9c24ca56fa5aab967c26a8046c35b1b5ffcc273e86bde16248f7
Contents?: true
Size: 232 Bytes
Versions: 18
Compression:
Stored size: 232 Bytes
Contents
module VagrantVbguest module Installers class Ubuntu < Debian def self.match?(vm) :ubuntu == self.distro(vm) end end end end VagrantVbguest::Installer.register(VagrantVbguest::Installers::Ubuntu, 5)
Version data entries
18 entries across 18 versions & 1 rubygems