Fix bug in install scripts
"concurrency" is not supported anymore in chef knife commands, removed it. Change-Id: I27673c49a1e9750997bed0a5c1ba5ab2bee9f296
This commit is contained in:
parent
c7dd14ae3f
commit
654a2abe14
@ -72,7 +72,7 @@ fi
|
|||||||
|
|
||||||
# Fix after bug 1397309 is fixed by upgrading chef-server
|
# Fix after bug 1397309 is fixed by upgrading chef-server
|
||||||
# work around by reducing concurrency to 1
|
# work around by reducing concurrency to 1
|
||||||
knife cookbook upload --all --cookbook-path /var/chef/cookbooks --concurrency 1
|
knife cookbook upload --all --cookbook-path /var/chef/cookbooks
|
||||||
if [[ "$?" != "0" ]]; then
|
if [[ "$?" != "0" ]]; then
|
||||||
echo "failed to add cookbooks"
|
echo "failed to add cookbooks"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user