1
0
Fork 0
formula-sudoers/test/salt/pillar/kitchen.sls

10 lines
231 B
YAML

# -*- coding: utf-8 -*-
# vim: ft=yaml
---
# 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'