Pin graphite-web

We need to pin graphite-web to avoid this bug:

https://github.com/graphite-project/graphite-web/issues/650

Change-Id: Ic20e4fa3ab8a174b013ea9547c666cf82b0fac30
This commit is contained in:
Monty Taylor 2014-03-23 12:58:31 -07:00
parent d21e535f19
commit 7308785602
1 changed files with 3 additions and 1 deletions

View File

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