Explorar el Código

Remove stray + prefix in sudoers file.

Carl Meyer hace 8 años
padre
commit
b93deb9411
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      roles/common/templates/sudoers.j2

+ 1
- 1
roles/common/templates/sudoers.j2 Ver fichero

@@ -1 +1 @@
1
-+{{ main_user_name }} ALL=(ALL) NOPASSWD: ALL
1
+{{ main_user_name }} ALL=(ALL) NOPASSWD: ALL

Loading…
Cancelar
Guardar