We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86d7c3 commit 17efd9dCopy full SHA for 17efd9d
1 file changed
contrib/vagrant/provision-controller.sh
@@ -103,3 +103,6 @@ if [ $? -eq 0 ]; then
103
echo_color "Site object updated."
104
fi
105
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