lib/bolt/config/transport/remote.rb in bolt-2.15.0 vs lib/bolt/config/transport/remote.rb in bolt-2.16.0
- old
+ new
@@ -5,15 +5,12 @@
module Bolt
class Config
module Transport
class Remote < Base
- # NOTE: All transport configuration options should have a corresponding schema definition
- # in schemas/bolt-transport-definitions.json
- OPTIONS = {
- "run-on" => { type: String,
- desc: "The proxy target that the task executes on." }
- }.freeze
+ OPTIONS = %w[
+ run-on
+ ].freeze
DEFAULTS = {
"run-on" => "localhost"
}.freeze