Merge "Don't keep fetching the same graphite-web revision"

This commit is contained in:
Jenkins 2014-04-20 18:16:41 +00:00 committed by Gerrit Code Review
commit 2eecee9477

View File

@ -19,7 +19,7 @@ class graphite(
}
vcsrepo { '/opt/graphite-web':
ensure => latest,
ensure => present,
provider => git,
# revision => '0.9.x',
# pin version because of https://github.com/graphite-project/graphite-web/issues/650