Name the client chefroot

This commit is contained in:
Yun Mao 2013-05-07 21:48:10 -04:00
parent e7b23b9438
commit 4aaf63f072
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ mkdir -p ~/.chef
sudo cp /etc/chef/validation.pem /etc/chef/webui.pem ~/.chef
sudo chown -R $USER ~/.chef
knife configure -i -r ~/chef-repo --admin-client-key ~/.chef/webui.pem --validation-key ~/.chef/validation.pem --defaults
knife configure -i -u chefroot -r ~/chef-repo --admin-client-key ~/.chef/webui.pem --validation-key ~/.chef/validation.pem --defaults