1
0
Fork 0

Giving root and vagrant sudo pillars in test.

This commit is contained in:
hogenj 2015-03-04 16:51:14 -05:00
parent 9aefce55a7
commit 0676160515
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
sudoers:
users:
johndoe:
root:
- 'ALL=(root) NOPASSWD: ALL'
vagrant:
- 'ALL=(ALL) ALL'
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
groups:
sudo:
- 'ALL=(ALL) ALL'