deric / puppet-mesos

Puppet module for managing Mesos nodes

Home Page:https://forge.puppetlabs.com/deric/mesos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for puppetlabs-apt >= 3.0.0

madelaney opened this issue · comments

I'd like to be able to use this module, however, the version restriction on puppetlabs-apt is blocking me as modules are using version 3.0.0 or newer.

I'd be happy to do a pull-request, if you'd accept the change.

@madelaney Hi, have a look at 1.x branch and let me know if that works for you. I assume you're using Puppet 4, right?

@deric , That looks like it should do it; just based on metadata.json

Tests are failing on Puppet 5, Puppet 4 should be ok. But a patch for older facter might be necessary - that's why I haven't released it yet.

Prior to seeing your first reply, I was able to get tests working on Puppet 4.3 (which should also work in Puppet 5.x).

I'll push my changes to my fork, so you can take a look; I did introduce a new gem. Feel free to use/ignore.

@deric , I pushed my change to my fork that supports Puppet 4.x and 5.x. The test ran cleanly on my machine (macOS) but they should run fine.