Class: Bolt::Config::Transport::LXD
- Defined in:
- lib/bolt/config/transport/lxd.rb
Constant Summary collapse
- OPTIONS =
%w[ cleanup interpreters remote shell-command tmpdir tty ].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
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