From cbc0d13e610580a9a5b328f8c24f9da4dd409e6f Mon Sep 17 00:00:00 2001 From: Tim Kuhlman Date: Thu, 7 Aug 2014 13:48:32 -0600 Subject: [PATCH] Fixed url for monasca-thresh cookbook Change-Id: I1146586c26f4af8d113c28f8cca90784fb8ac2b0 --- Berksfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Berksfile b/Berksfile index d9f91ef..35f158b 100644 --- a/Berksfile +++ b/Berksfile @@ -13,7 +13,7 @@ cookbook 'monasca_agent', git: 'https://github.com/stackforge/cookbook-monasca-a cookbook 'monasca_notification', git: 'https://github.com/stackforge/cookbook-monasca-notification' cookbook 'mon_persister', git: 'https://github.com/stackforge/cookbook-monasca-persister.git' cookbook 'monasca_schema', git: 'https://github.com/hpcloud-mon/cookbook-monasca-schema' -cookbook 'monasca_thresh', git: 'https://github.com/hpcloud-monasca/cookbook-mon-thresh' +cookbook 'monasca_thresh', git: 'https://github.com/stackforge/cookbook-monasca-thresh.git' cookbook 'storm', git: 'https://github.com/tkuhlman/storm' cookbook 'vertica', git: 'https://github.com/hpcloud-mon/cookbooks-vertica' cookbook 'zookeeper', git: 'https://github.com/hpcloud-mon/cookbooks-zookeeper'