Sha256: 2d06221e46f4975dce21e9293518a1a7311bf66343f48c891740fac194307d02

Contents?: true

Size: 199 Bytes

Versions: 3

Compression:

Stored size: 199 Bytes

Contents

require "vagrant"

module VagrantPlugins
  module HostGentoo
    class Host < Vagrant.plugin("2", :host)
      def detect?(env)
        File.exist?("/etc/gentoo-release")
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
vagrant-unbundled-2.3.6.0 plugins/hosts/gentoo/host.rb
tamtam-vagrant-reload-1.2.1 vendor/cache/vagrant-2092df529ae7/plugins/hosts/gentoo/host.rb
vagrant-unbundled-2.3.3.0 plugins/hosts/gentoo/host.rb