From 8d6d46b7886c62fde8f9f4a36651334233fb2bb1 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Sun, 12 Jan 2014 20:46:30 +0800 Subject: [PATCH] Switch whisper to master branch For some reason graphite 0.9.x now depends on unreleased changes on whisper master (rather than whisper 0.9.x). Switch whisper to master since that's what the instructions say. Change-Id: Ia823fc61fe6bafde77a632d1826de9c171bcb268 --- modules/graphite/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/graphite/manifests/init.pp b/modules/graphite/manifests/init.pp index 9dad3fb96a..574508ec10 100644 --- a/modules/graphite/manifests/init.pp +++ b/modules/graphite/manifests/init.pp @@ -53,7 +53,7 @@ class graphite( vcsrepo { '/opt/whisper': ensure => latest, provider => git, - revision => '0.9.x', + revision => 'master', source => 'https://github.com/graphite-project/whisper.git', }