ITI-3671 grant qa full access to stage environments
This commit is contained in:
parent
588e58fcc8
commit
0cf768889d
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue