Graylog2 / puppet-graylog

Install and configure a Graylog system via Puppet
Apache License 2.0
8 stars 29 forks source link

Puppetlabs-apt dependency < 3.0.0 #16

Closed allangood closed 6 years ago

allangood commented 7 years ago

Please, update this dependency: puppetlabs/apt (>= 2.2.2 < 3.0.0)

Puppetlabs/apt is version 4.1.0 now.

Thank you.

DontPanic345 commented 7 years ago

Do you know if installing with --ignore-dependencies works?

allangood commented 7 years ago

Yes, it is working like a charm. I installed ignoring dependencies and no problem at all. Regards

robertmbaker commented 7 years ago

I would just like to add a second confirmation. Using --ignore-dependencies works, and the module will install a graylog instance.

Please consider updating the apt dependency.

Thank you!

llauren commented 6 years ago

Oh please please fix this. Using --ignore-dependencies is an ugly hack. This results in me using a locally edited metadata.json which allows a current version of puppetlabs-apt, which means i need to upgrade the graylog module by force (or more specifically, by ignore-changes) :(

bernd commented 6 years ago

We adjusted the dependency requirement to allow version 4.x as well.