Sha256: 46bec3bfcf72a8c372172b019dc218bae5ac578eff3bf7a04b2dcb111754c913
Contents?: true
Size: 407 Bytes
Versions: 12
Compression:
Stored size: 407 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 remote tmpdir ].concat(RUN_AS_OPTIONS).sort.freeze DEFAULTS = { 'cleanup' => true, 'remote' => 'local' }.freeze end end end end
Version data entries
12 entries across 12 versions & 1 rubygems