lib/bolt/config/transport/lxd.rb in bolt-3.3.0 vs lib/bolt/config/transport/lxd.rb in bolt-3.4.0
- old
+ new
@@ -7,14 +7,16 @@
class Config
module Transport
class LXD < Base
OPTIONS = %w[
cleanup
+ remote
tmpdir
].freeze
DEFAULTS = {
- 'cleanup' => true
+ 'cleanup' => true,
+ 'remote' => 'local'
}.freeze
end
end
end
end