Issue #1814 has been updated by luke. Status changed from Unreviewed to Needs more information
You didn't get any kind of warning or error on the server when the file was read by puppetmasterd? It looks like, at the least, parsing should just fail; it certainly doesn't look like it would silently ignore the unreadable file. ---------------------------------------- Bug #1814: No log message if tagmail.conf exists but has the wrong owner http://projects.reductivelabs.com/issues/show/1814 Author: jude Status: Needs more information Priority: Normal Assigned to: Category: reports Target version: Complexity: Unknown Affected version: 0.24.4 Keywords: tagmail I had accidentally created my tagmail.conf file with root:root ownership, and was not getting any tagmail messages. When I changed the permission on the file to puppet:puppet, I started getting the mail messages, but it took me a while to figure that out. It would be useful if there was some sort of log message saying tagmail.conf couldn't be read. Maybe change the FileTest.exist? check to process() in tagmail.rb to use FileTest.readable? instead, and updating the notice message to say can't read tagmap file ? ---------------------------------------- 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://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
