Issue #22732 has been reported by Nick Lewis. ---------------------------------------- Bug #22732: httplog and masterhttplog can be created with incorrect permissions when using WEBrick https://projects.puppetlabs.com/issues/22732
* Author: Nick Lewis * Status: Unreviewed * Priority: Normal * Assignee: * Category: * Target version: * Affected Puppet version: * Keywords: * Branch: ---------------------------------------- When setting up logging for the WEBrick server (either running a master on WEBrick or an agent with `--listen`), the log file is created with default permissions. This happens because the sections that define those settings are "used" immediately before the files are created, so if the files don't exist, their permissions don't get managed until the next time Puppet starts. This also causes the master to fail to start if the agent has run with `--listen` once but hasn't run again (because the mode of httplog is wrong, but the master running as puppet isn't allowed to fix it). -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
