Issue #9219 has been updated by James Turnbull. Status changed from Unreviewed to Requires CLA to be signed Assignee set to Knut Arne Bjørndal
Hi Knut - could I please get you to sign a Contributor License Agreement (see link in top right menu) so we can merge your code! Thanks! ---------------------------------------- Bug #9219: vcsrepo updates too often https://projects.puppetlabs.com/issues/9219 Author: Knut Arne Bjørndal Status: Requires CLA to be signed Priority: Normal Assignee: Knut Arne Bjørndal Category: vcsrepo Target version: Keywords: Branch: If vcsrepo is used with ensure => latest to keep something from a larger repository checked out it will trigger an update every time something changes anywhere in the repository, not just in the part that's actually checked out. In combination with a busy development team and a vcsrepo resource with notify => Service[foo] this means frequent restarts of a service for no good reason. The attached patch solves the issue by looking at the "Last Changed Rev" line from svn info instead of "Revision". -- 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.
