graylog-labs / graylog2-puppet

[DEPRECATED] Puppet module to install and manage a Graylog 1.x system.
https://www.graylog.org/
MIT License
10 stars 28 forks source link

support puppetlabs-apt 2.0.0 #21

Closed mmarod closed 8 years ago

mmarod commented 9 years ago

This module requires 1.0 <= puppetlabs-apt < 2.0 ... It would be great to be able to use 2.0 with it

rlex commented 9 years ago

basically,

include_src       => false,

Should be removed to make it compatible. Have not yet looked at $pin var.

mmarod commented 9 years ago

While this may fix the issue -- I still can't use librarian-puppet or r10k with this module and apt/2.x because the metadata.json file has a strict requirement on <2.0.0 so I get a dependency resolution error.

naxhh commented 8 years ago

Any reason to not have this fixed yet?

joschi commented 8 years ago

@naxhh Pull requests for improving this Puppet module are welcome!

taik0 commented 8 years ago

Please check the PR #37

bernd commented 8 years ago

We started a new puppet module for Graylog 2.0 over at https://forge.puppet.com/graylog/graylog.

This one only works for Graylog 1.x and will be deprecated. So we are probably not add apt 2.0 support. Sorry.