diff --git a/recipes/default.rb b/recipes/default.rb index 7e5248a..882cf7c 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -30,7 +30,7 @@ execute 'Install Vesta' do cwd Chef::Config[:file_cache_path] - command "bash vst-install.sh -e #{node['vesta']['email']} -f" + command "bash vst-install.sh -y no -e #{node['vesta']['email']} -f" end if node['vesta']['admin_pass_hash']