0
0
mirror of https://github.com/saltstack-formulas/sudoers-formula.git synced 2026-02-22 05:05:00 +01:00

Merge pull request #3 from PLOS-Formulas/ITI-3263_noexec

ITI-3263 added noexec
This commit is contained in:
evarghese 2018-03-12 14:35:42 -07:00 committed by GitHub
commit 588e58fcc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,10 +16,10 @@
# our plos active directory core groups sudoers permissions, filtered by environment
{% set ad_group_maps = salt['grains.filter_by']({
'default': { 'default': 'ALL = (root) NOPASSWD: SUPPORT' },
'default': { 'default': 'ALL = (root) NOEXEC:NOPASSWD: SUPPORT' },
'vagrant': { 'default': 'ALL = (ALL:ALL) NOPASSWD: ALL' },
'dev': { 'default': 'ALL = (ALL:ALL) NOPASSWD: ALL' },
'qa': { 'default': 'ALL = (root) NOPASSWD: SUPPORT',
'qa': { 'default': 'ALL = (root) NOEXEC:NOPASSWD: SUPPORT',
'plosqa': 'ALL = (root) NOPASSWD: ALL' },
},
grain='environment',