mirror of
https://github.com/saltstack-formulas/sudoers-formula.git
synced 2024-12-18 14:51:29 +01:00
8 lines
189 B
Plaintext
8 lines
189 B
Plaintext
|
# Pillar needed to run Inspec inside Docker image using sudo to authenticate
|
||
|
# Must be added to pillar of all test suites
|
||
|
sudoers:
|
||
|
users:
|
||
|
kitchen:
|
||
|
- 'ALL=(root) NOPASSWD: ALL'
|
||
|
|