From 6e82dbb024a4d372d376b04ead5f84e9199f28d1 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 --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 9dad3fb..574508e 100644 --- a/manifests/init.pp +++ b/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', }