Sha256: 294b5a479f6e281fe28785ac2e4ebdfb6e1ec0243418ffe06ab8524d52d0345a
Contents?: true
Size: 330 Bytes
Versions: 1
Compression:
Stored size: 330 Bytes
Contents
# frozen_string_literal: true require 'bolt/error' require 'bolt/config/transport/base' module Bolt class Config module Transport class LXD < Base OPTIONS = %w[ cleanup tmpdir ].freeze DEFAULTS = { 'cleanup' => true }.freeze end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bolt-3.3.0 | lib/bolt/config/transport/lxd.rb |