saz / puppet-sudo

Manage sudo with Puppet on Debian-, RedHat- and SUSE-based linux distributions and some BSDs
Other
105 stars 215 forks source link

race condition during puppet runs #124

Closed somic closed 7 years ago

somic commented 9 years ago

On hosts where sudo is called very often, it's possible to run into situation during puppet runs when sudo fails after noticing a puppet temporary file (named like /etc/sudoers.d/10_foo_20150602-21614-13kol0h) and attempting to parse it.

Please also see https://tickets.puppetlabs.com/browse/PUP-4736

saz commented 7 years ago

I don't think, that there is currently a way to fix this