Sha256: 9a710d14ea4c7a7a69ddd59bc80228d3a2b7cc312a562469ccd9c7c6eb655ce7
Contents?: true
Size: 365 Bytes
Versions: 7
Compression:
Stored size: 365 Bytes
Contents
require "vagrant" module VagrantPlugins module Orchestrate class Config < Vagrant.plugin(2, :config) attr_accessor :filter_managed_commands def initialize @filter_managed_commands = UNSET_VALUE end def finalize! @filter_managed_commands = false if @filter_managed_commands == UNSET_VALUE end end end end
Version data entries
7 entries across 7 versions & 1 rubygems