Browse Source

Merge pull request #513 from carljm/fix-sudoers

Remove stray + prefix in sudoers file.
Justin Plock 8 years ago
parent
commit
1406ab8ac3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/common/templates/sudoers.j2

+ 1
- 1
roles/common/templates/sudoers.j2 View File

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

Loading…
Cancel
Save