lib/bolt/executor.rb in bolt-0.19.1 vs lib/bolt/executor.rb in bolt-0.20.0

- old
+ new

@@ -12,10 +12,10 @@ require 'bolt/puppetdb' module Bolt class Executor attr_reader :noop, :transports - attr_accessor :run_as + attr_accessor :run_as, :plan_logging def initialize(config = Bolt::Config.new, noop = nil) @config = config @logger = Logging.logger[self] @plan_logging = false