Remove extra spaces

The extra spaces mess up the password
This commit is contained in:
Yun Mao 2013-05-07 21:22:21 -04:00
parent cacf1a811a
commit 9162048e80
1 changed files with 3 additions and 3 deletions

View File

@ -18,11 +18,11 @@ sudo apt-get -y upgrade
cat | sudo debconf-set-selections << EOF
# New password for the 'admin' user in the Chef Server WebUI:
chef-server-webui chef-server-webui/admin_password password ${CHEF_PASSWORD}
chef-server-webui chef-server-webui/admin_password password ${CHEF_PASSWORD}
# New password for the 'chef' AMQP user in the RabbitMQ vhost "/chef":
chef-solr chef-solr/amqp_password password ${CHEF_PASSWORD}
chef-solr chef-solr/amqp_password password ${CHEF_PASSWORD}
# URL of Chef Server (e.g., http://chef.example.com:4000):
chef chef/chef_server_url string http://${CHEF_SERVER}:4000
chef chef/chef_server_url string http://${CHEF_SERVER}:4000
EOF
sudo apt-get -y install chef chef-server chef-server-api chef-expander