summaryrefslogtreecommitdiff
path: root/lib/chef/config.rb
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2014-08-21 12:40:42 -0700
committerSerdar Sutay <serdar@opscode.com>2014-08-26 15:42:26 -0700
commit622feda734f351461255ddbd222ff1b633b2ff9c (patch)
tree18970dd953fc69b2545a95beadc80ea43046da7e /lib/chef/config.rb
parentdbb378c78b94745999e8c7058cec37faec51d3dd (diff)
downloadchef-622feda734f351461255ddbd222ff1b633b2ff9c.tar.gz
Deprecate --distro and --template-file options in favor of --template.
Diffstat (limited to 'lib/chef/config.rb')
-rw-r--r--lib/chef/config.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb
index c1de4546ac..85bea50a99 100644
--- a/lib/chef/config.rb
+++ b/lib/chef/config.rb
@@ -505,6 +505,7 @@ class Chef
default :ssh_gateway, nil
default :bootstrap_version, nil
default :bootstrap_proxy, nil
+ default :bootstrap_template, "chef-full"
default :identity_file, nil
default :host_key_verify, nil
default :forward_agent, nil