summaryrefslogtreecommitdiff
path: root/lib/chef/knife/bootstrap/chef-full.erb
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2014-08-21 10:47:29 -0700
committerSerdar Sutay <serdar@opscode.com>2014-08-26 15:42:26 -0700
commitdbb378c78b94745999e8c7058cec37faec51d3dd (patch)
tree8c0a5dafb9f5a06195e73443a58c60b566e24a9f /lib/chef/knife/bootstrap/chef-full.erb
parentf5ff27125f1da00fede09ff66b298f583cce5257 (diff)
downloadchef-dbb378c78b94745999e8c7058cec37faec51d3dd.tar.gz
Remove the bootstrap templates that does chef install via gems.
Diffstat (limited to 'lib/chef/knife/bootstrap/chef-full.erb')
-rw-r--r--lib/chef/knife/bootstrap/chef-full.erb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/knife/bootstrap/chef-full.erb b/lib/chef/knife/bootstrap/chef-full.erb
index c953a7e433..a4e85b9d67 100644
--- a/lib/chef/knife/bootstrap/chef-full.erb
+++ b/lib/chef/knife/bootstrap/chef-full.erb
@@ -23,7 +23,6 @@ exists() {
<%= knife_config[:bootstrap_install_command] %>
<% else %>
install_sh="<%= knife_config[:bootstrap_url] ? knife_config[:bootstrap_url] : "https://www.opscode.com/chef/install.sh" %>"
- version_string="-v <%= chef_version %>"
if ! exists /usr/bin/chef-client; then
echo "Installing Chef Client..."
if exists wget; then