summaryrefslogtreecommitdiff
path: root/lib/chef/knife/core/windows_bootstrap_context.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/core/windows_bootstrap_context.rb')
-rw-r--r--lib/chef/knife/core/windows_bootstrap_context.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/knife/core/windows_bootstrap_context.rb b/lib/chef/knife/core/windows_bootstrap_context.rb
index 8469879022..9225796163 100644
--- a/lib/chef/knife/core/windows_bootstrap_context.rb
+++ b/lib/chef/knife/core/windows_bootstrap_context.rb
@@ -30,8 +30,7 @@ class Chef
# * @run_list - the run list for the node to bootstrap
#
class WindowsBootstrapContext < BootstrapContext
- attr_accessor :config
- attr_accessor :chef_config
+ attr_accessor :config, :chef_config
def initialize(config, run_list, chef_config, secret = nil)
@config = config