Sha256: 971b6ab45a53229f655d1e381f3151647ac846a663c00685445ddf56ccb45f3d

Contents?: true

Size: 275 Bytes

Versions: 7

Compression:

Stored size: 275 Bytes

Contents

module VagrantPlugins
  module GuestLinux
    class Config < Vagrant.plugin("2", :config)
      attr_accessor :halt_timeout
      attr_accessor :halt_check_interval

      def initialize
        @halt_timeout = 30
        @halt_check_interval = 1
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
vagrantup-1.1.3 plugins/guests/linux/config.rb
vagrantup-1.1.2 plugins/guests/linux/config.rb
vagrantup-1.1.1 plugins/guests/linux/config.rb
vagrantup-1.1.0 plugins/guests/linux/config.rb
vagrantup-1.1.4 plugins/guests/linux/config.rb
vagrant-actionio-0.0.9 vendor/bundle/bundler/gems/vagrant-c74251a1d9c0/plugins/guests/linux/config.rb
vagrant-lxc-0.0.1 vendor/vagrant/plugins/guests/linux/config.rb