0
0
mirror of https://github.com/saltstack-formulas/sudoers-formula.git synced 2026-05-21 08:49:39 +02: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'