Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kibana file > version 4.6.0 is not kibana-x.x.x-linux-x64.tar.gz anymore #95

Open
ltutar opened this issue Nov 15, 2016 · 1 comment
Open

Comments

@ltutar
Copy link

ltutar commented Nov 15, 2016

The following code

  $filename = $::architecture ? {
    /(i386|x86$)/    => "kibana-${version}-linux-x86",
    /(amd64|x86_64)/ => "kibana-${version}-linux-x64",
}

is not working anymore. Since kibana version 4.6.0, the file is kibana-4.6.0-linux-x86_64.tar.gz and not kibana-4.6.0-linux-x64.tar.
We can not install kibana version starting from 4.6.0.

See https://github.com/jlambert121/jlambert121-kibana/blob/master/manifests/install.pp#L15

@dschaaff
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants