1
0
Fork 0
mirror of synced 2024-05-29 13:21:10 -04:00

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

View file

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