summaryrefslogtreecommitdiff
path: root/lib/chef/knife/core/bootstrap_context.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/core/bootstrap_context.rb')
-rw-r--r--lib/chef/knife/core/bootstrap_context.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/chef/knife/core/bootstrap_context.rb b/lib/chef/knife/core/bootstrap_context.rb
index a70e463089..2a7d2dfd60 100644
--- a/lib/chef/knife/core/bootstrap_context.rb
+++ b/lib/chef/knife/core/bootstrap_context.rb
@@ -32,9 +32,7 @@ class Chef
#
class BootstrapContext
- attr_accessor :client_pem
- attr_accessor :config
- attr_accessor :chef_config
+ attr_accessor :client_pem, :config, :chef_config
def initialize(config, run_list, chef_config, secret = nil)
@config = config