Update kibana project url

Version 0.2.0 doesn't exist on that repository.
It looks like the old kibana repo was renamed to kibana2 and then the
new kibana3 repo was renamed kibana.

Change-Id: I2c703fab5e802584eaea5e6dc51d5ea3cf8d84ff
This commit is contained in:
Yolanda Robla 2015-03-09 20:05:34 +01:00 committed by K Jonathan Harker
parent f46b543e95
commit b78dfa4507
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class kibana (
vcsrepo { '/opt/kibana/kibana':
ensure => latest,
provider => git,
source => 'https://github.com/rashidkpc/Kibana.git',
source => 'https://github.com/rashidkpc/Kibana2.git',
revision => 'v0.2.0',
require => File['/opt/kibana'],
}