Sha256: 4aaa31dcc1c22b042cd81d75b4fe5f1c37125d07317d2de55de4ad22859dcd27

Contents?: true

Size: 253 Bytes

Versions: 7

Compression:

Stored size: 253 Bytes

Contents

require "vagrant"

module VagrantPlugins
  module GuestFedora
    class Guest < Vagrant.plugin("2", :guest)
      def detect?(machine)
        machine.communicate.test("grep 'Fedora release [12][67890]' /etc/redhat-release")
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
vagrant-registration-0.0.12 plugins/guests/fedora/guest.rb
vagrant-registration-0.0.11 plugins/guests/fedora/guest.rb
vagrant-registration-0.0.10 plugins/guests/fedora/guest.rb
vagrant-registration-0.0.9 plugins/guests/fedora/guest.rb
vagrant-registration-0.0.8 plugins/guests/fedora/guest.rb
vagrant-registration-0.0.7 plugins/guests/fedora/guest.rb
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/bundler/gems/vagrant-1e28f1ac31e7/plugins/guests/fedora/guest.rb