Class: Bolt::Config::Transport::LXD

Inherits:
Base
  • Object
show all
Defined in:
lib/bolt/config/transport/lxd.rb

Constant Summary collapse

OPTIONS =
%w[
  cleanup
  remote
  tmpdir
].concat(RUN_AS_OPTIONS).sort.freeze
DEFAULTS =
{
  'cleanup' => true,
  'remote'  => 'local'
}.freeze

Constants included from Options

Options::LOGIN_SHELLS, Options::RUN_AS_OPTIONS, Options::TRANSPORT_OPTIONS

Instance Attribute Summary

Attributes inherited from Base

#input

Method Summary

Methods inherited from Base

#[], #dig, #fetch, #include?, #initialize, #merge, options, #resolve, #resolved?, schema, #to_h

Constructor Details

This class inherits a constructor from Bolt::Config::Transport::Base