1
0
Fork 0

Pillar whitespace

This commit is contained in:
Kevin Bowling 2014-10-02 00:22:49 -07:00
parent 4f3761301e
commit f7f01e6714
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
sudoers: sudoers:
users: users:
johndoe: johndoe:
- 'ALL=(ALL) ALL' - 'ALL=(ALL) ALL'
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd' - 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
groups: groups:
sudo: sudo:
- 'ALL=(ALL) ALL' - 'ALL=(ALL) ALL'
- 'ALL=(nodejs) NOPASSWD: ALL' - 'ALL=(nodejs) NOPASSWD: ALL'
defaults: defaults:
@ -43,8 +43,8 @@ sudoers:
included_files: included_files:
/etc/sudoers.d/extra-file: /etc/sudoers.d/extra-file:
users: users:
foo: foo:
- 'ALL=(ALL) ALL' - 'ALL=(ALL) ALL'
groups: groups:
bargroup: bargroup:
- 'ALL=(ALL) NOPASSWD: ALL' - 'ALL=(ALL) NOPASSWD: ALL'