vagrant/plugins/guests/pld/cap/flavor.rb

12 lines
169 B
Ruby
Raw Normal View History

module VagrantPlugins
module GuestPld
module Cap
class Flavor
def self.flavor(machine)
return :pld
end
end
end
end
end