Skip to content

Commit

Permalink
Make all the kitchen plugins accessors so I can hax0r them.
Browse files Browse the repository at this point in the history
Right to keep and bear foot guns, as Lamont would say.
  • Loading branch information
coderanger committed Oct 4, 2017
1 parent bb1b2a6 commit 8b5a631
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/kitchen/instance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,20 @@ def name_for(suite, platform)

# @return [Driver::Base] driver object which will manage this instance's
# lifecycle actions
attr_reader :driver
attr_accessor :driver

# @return [Provisioner::Base] provisioner object which will the setup
# and invocation instructions for configuration management and other
# automation tools
attr_reader :provisioner
attr_accessor :provisioner

# @return [Transport::Base] transport object which will communicate with
# an instance.
attr_reader :transport
attr_accessor :transport

# @return [Verifier] verifier object for instance to manage the verifier
# installation on this instance
attr_reader :verifier
attr_accessor :verifier

# @return [Logger] the logger for this instance
attr_reader :logger
Expand Down

0 comments on commit 8b5a631

Please sign in to comment.