Quellcode durchsuchen

Added a warning

msmith-techempower vor 10 Jahren
Ursprung
Commit
bc0293c1ef
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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:
   # Add other users:
   sudo useradd -m testrunner
   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"
   sudo bash -c "echo 'testrunner ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/90-tfb-testrunner"
 
 
   # Update hostname to reflect our current role
   # Update hostname to reflect our current role