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', }