瀏覽代碼

Added a warning

msmith-techempower 11 年之前
父節點
當前提交
bc0293c1ef
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      deployment/vagrant-common/bootstrap.sh

+ 2 - 0
deployment/vagrant-common/bootstrap.sh

@@ -76,6 +76,8 @@ if [ ! -e "~/.firstboot" ]; then
 
   # Add other users:
   sudo useradd -m testrunner
+  # WARN: testrunner will NOT have sudo access by round 11
+  #       please begin migrating scripts to not rely on sudo.
   sudo bash -c "echo 'testrunner ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/90-tfb-testrunner"
 
   # Update hostname to reflect our current role