From f2ac6d3e5e0134edd75cfeb1f61f870065c483b2 Mon Sep 17 00:00:00 2001 From: sersut Date: Fri, 7 Mar 2014 16:13:43 -0800 Subject: Make the bootstrap messages more user friendly. --- lib/chef/knife/bootstrap/chef-full.erb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/chef/knife/bootstrap') diff --git a/lib/chef/knife/bootstrap/chef-full.erb b/lib/chef/knife/bootstrap/chef-full.erb index 24ffca2c69..1d75117b72 100644 --- a/lib/chef/knife/bootstrap/chef-full.erb +++ b/lib/chef/knife/bootstrap/chef-full.erb @@ -23,6 +23,7 @@ install_sh="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 bash <(wget <%= "--proxy=on " if knife_config[:bootstrap_proxy] %> ${install_sh} -O -) ${version_string} elif exists curl; then @@ -66,4 +67,6 @@ cat > /etc/chef/first-boot.json <<'EOP' <%= first_boot.to_json %> EOP +echo "Starting first Chef Client run..." + <%= start_chef %>' -- cgit v1.2.1