Issue #3139 has been updated by Nick Lewis. Status changed from Ready for Testing to Closed
Pushed in be7112aff784cec1490af9d809c4950b940287cb in master ---------------------------------------- Bug #3139: File tracking no longer works http://projects.puppetlabs.com/issues/3139 Author: Luke Kanies Status: Closed Priority: Normal Assigned to: Luke Kanies Category: file Target version: 2.6 Affected version: 0.25.4 Keywords: Branch: luke/tickets/master/3139-file_tracking Used to be you could passively monitor files and just log when they changed, a la tripwire, but that feature seems to have gone away sometime recently without anyone noticing. I think the mechanism before was something like: <pre> file { "/tmp/foo": check => checksum } </pre> I've been thinking of refactoring the 'Checksum' parameter to make it into a parameter rather than a property, like I recently did with 'source', and this might be a good time to do so. This feature has been coming up a *ton* recently, though, as people look more at using Puppet for compliance and security auditing. -- 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.
