From 55a694213531befc2038b1d07e00c3211658f453 Mon Sep 17 00:00:00 2001
From: Monty Taylor <mordred@inaugust.com>
Date: Sun, 23 Mar 2014 12:58:31 -0700
Subject: [PATCH] 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
---
 modules/graphite/manifests/init.pp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/modules/graphite/manifests/init.pp b/modules/graphite/manifests/init.pp
index afa8617549..fbd093d4f4 100644
--- a/modules/graphite/manifests/init.pp
+++ b/modules/graphite/manifests/init.pp
@@ -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',
   }