diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-11-06 11:53:37 -0800 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-11-07 15:46:09 -0800 |
commit | ad06b3700f0aa004e6d5b7752da61810aa043aae (patch) | |
tree | eaeeff8d8da20c80bd195603f6194c91f588a07d /lib/chef/config.rb | |
parent | 1888a8a9c5cbc1bdcfb1d9aa919a911c72cbbff4 (diff) | |
download | chef-ad06b3700f0aa004e6d5b7752da61810aa043aae.tar.gz |
Make sure that :distro is evaluated later than :bootstrap_template and :template_file in order for knife cloud plugins to work corectly with Chef 12.
Diffstat (limited to 'lib/chef/config.rb')
-rw-r--r-- | lib/chef/config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb index dc04026acb..2dca41791f 100644 --- a/lib/chef/config.rb +++ b/lib/chef/config.rb @@ -491,7 +491,7 @@ class Chef default :ssh_gateway, nil default :bootstrap_version, nil default :bootstrap_proxy, nil - default :bootstrap_template, "chef-full" + default :bootstrap_template, nil default :secret, nil default :secret_file, nil default :identity_file, nil |