Issue #17866 has been updated by Matthaus Owens. Status changed from Investigating to In Topic Branch Pending Review
Pull Request at <https://github.com/puppetlabs/puppet/pull/1308> ---------------------------------------- Bug #17866: Puppet RPM's break themselves https://projects.puppetlabs.com/issues/17866#change-77935 Author: Ryan Uber Status: In Topic Branch Pending Review Priority: Normal Assignee: Matthaus Owens Category: package Target version: Affected Puppet version: 3.0.0 Keywords: Branch: https://github.com/puppetlabs/puppet/pull/1308 Puppet breaks its own RPM verify by changing pre-installed permissions on /var/log/puppet from 755 to 750. Issue only appears in puppet >= 3.0 RPM's. Steps to reproduce: 1) Install puppet from Puppet Labs RPM: rpm -ivh http://yum.puppetlabs.com/el/6/products/x86_64/puppet-3.0.1-1.el6.noarch.rpm 2) Verify the install (works fine this time): rpm -V puppet 3) Run something that writes a log: puppet apply --noop -e 'include my_module' 4) Verify RPM again: rpm -V puppet .M....... /var/log/puppet -- 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 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.
