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