1
0
Fork 0

ITI-3671 grant qa full access to stage environments

This commit is contained in:
Chris Haumesser 2018-09-27 17:03:15 -07:00
parent 588e58fcc8
commit 0cf768889d
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
'dev': { 'default': 'ALL = (ALL:ALL) NOPASSWD: ALL' },
'qa': { 'default': 'ALL = (root) NOEXEC:NOPASSWD: SUPPORT',
'plosqa': 'ALL = (root) NOPASSWD: ALL' },
'stage': { 'default': 'ALL = (root) NOEXEC:NOPASSWD: SUPPORT',
'plosqa': 'ALL = (root) NOPASSWD: ALL' },
},
grain='environment',
merge=salt['pillar.get']('group_maps:lookup', None))