saltstack-formulas / sudoers-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
41 stars 168 forks source link

Make management of the main sudoers config optional #46

Closed netzvieh closed 5 years ago

netzvieh commented 6 years ago

It should be possible to not overwrite the main sudoers configuration file and only provide files to be included. This introduces a new Pillar variable to achieve that. If it's not set we default to the old behaviour of managing that file.

aboe76 commented 5 years ago

@netzvieh thanks for this