Explorar el Código

Merge pull request #513 from carljm/fix-sudoers

Remove stray + prefix in sudoers file.
Justin Plock hace 8 años
padre
commit
1406ab8ac3
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