Sha256: 2039582d039bdc5de5706fb764f1a5efcd005a86959f0f9f5f845799e097db3d
Contents?: true
Size: 296 Bytes
Versions: 2
Compression:
Stored size: 296 Bytes
Contents
require 'vagrant' module VagrantPlugins module GuestOpenBSD 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-guests-openbsd-0.0.2 | lib/vagrant-guests-openbsd/config.rb |
vagrant-guests-openbsd-0.0.1 | lib/vagrant-guests-openbsd/config.rb |