0
0
mirror of https://github.com/saltstack-formulas/sudoers-formula.git synced 2025-02-13 08:20:30 +01:00
sudoers-formula/test/salt/pillar/kitchen.sls

8 lines
189 B
Plaintext
Raw Normal View History

# 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'