mirror of
https://github.com/saltstack-formulas/sudoers-formula.git
synced 2026-02-22 05:05:00 +01:00
ITI-3671 grant qa full access to stage environments
This commit is contained in:
parent
588e58fcc8
commit
0cf768889d
@ -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))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user