Don't keep fetching the same graphite-web revision

The vcsrepo module doesn't really like the combo of latest and a
specific sha. It keeps grabbing it over and over again. Guess what?
The sha hasn't updated since the last time you looked for the same
sha.

Change-Id: I1a017278b83af11541794bf03644b3346e9869c2
This commit is contained in:
Monty Taylor 2014-04-18 18:45:34 -07:00
parent 7308785602
commit d770603f02
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class graphite(
}
vcsrepo { '/opt/graphite-web':
ensure => latest,
ensure => present,
provider => git,
# revision => '0.9.x',
# pin version because of https://github.com/graphite-project/graphite-web/issues/650