From 4aaf63f0722065b55eef19990676228941de2d30 Mon Sep 17 00:00:00 2001 From: Yun Mao Date: Tue, 7 May 2013 21:48:10 -0400 Subject: [PATCH] Name the client chefroot --- bin/configure_knife.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/configure_knife.sh b/bin/configure_knife.sh index f1a2303..f9dbb29 100755 --- a/bin/configure_knife.sh +++ b/bin/configure_knife.sh @@ -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