puppet-vcsrepo/lib/puppet
James Turnbull 4a89ed4d3b Fixed Bug #9219 - vcsrepo updates too often
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”.

Patch thanks to: Knut Arne Bjørndal
2011-08-29 01:15:51 -07:00
..
provider Fixed Bug #9219 - vcsrepo updates too often 2011-08-29 01:15:51 -07:00
type Forgot to add the parameters to the type definition. 2011-08-18 08:30:09 -05:00