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:
parent
3241ba6e24
commit
2611cc05b4
@ -19,7 +19,7 @@ class graphite(
|
|||||||
}
|
}
|
||||||
|
|
||||||
vcsrepo { '/opt/graphite-web':
|
vcsrepo { '/opt/graphite-web':
|
||||||
ensure => latest,
|
ensure => present,
|
||||||
provider => git,
|
provider => git,
|
||||||
# revision => '0.9.x',
|
# revision => '0.9.x',
|
||||||
# pin version because of https://github.com/graphite-project/graphite-web/issues/650
|
# pin version because of https://github.com/graphite-project/graphite-web/issues/650
|
||||||
|
Loading…
x
Reference in New Issue
Block a user