Skip to content

Commit 17efd9d

Browse files
committed
Added missing warning to vagrant provisioning script.
1 parent e86d7c3 commit 17efd9d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

contrib/vagrant/provision-controller.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,6 @@ if [ $? -eq 0 ]; then
103103
echo_color "Site object updated."
104104
fi
105105
popd
106+
107+
# Need Chef admin permission in order to add and remove nodes and clients
108+
echo -e "\033[35mPlease ensure that \"deis-controller\" is added to the Chef \"admins\" group.\033[0m"

0 commit comments

Comments
 (0)