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

Version conflict for logstash and logstash-contrib #167

Closed
malyem opened this Issue Jun 26, 2014 · 1 comment

Comments

Projects
None yet
2 participants
@malyem

malyem commented Jun 26, 2014

Param 'version' on Ubuntu 14.04 requires to set version of package like '1.4.2-1-2c0f5a1' for logstash. But logstash-contrib requires '1.4.2-1-efd53ef' and this provides error.

Error: Could not update: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold --force-yes install logstash-contrib=1.4.2-1-2c0f5a1' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
E: Version '1.4.2-1-2c0f5a1' for 'logstash-contrib' was not found
Wrapped exception:
Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold --force-yes install logstash-contrib=1.4.2-1-2c0f5a1' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
E: Version '1.4.2-1-2c0f5a1' for 'logstash-contrib' was not found

Only solution for now is to set 'package_url' and 'contrib_package_url'.

My config:

class { 'logstash':
    install_contrib => true,
    version => '1.4.2-1-2c0f5a1',
    java_install => true,
  }
@electrical

This comment has been minimized.

Show comment
Hide comment
@electrical

electrical Jun 26, 2014

Contributor

Hi,

This is an error in the module indeed since it passes the version to both package installs ( core and contrib )
I hope to solve it soon, sorry for the issue :-(

Contributor

electrical commented Jun 26, 2014

Hi,

This is an error in the module indeed since it passes the version to both package installs ( core and contrib )
I hope to solve it soon, sorry for the issue :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment