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

Add support to puppetlabs/concat > 2.x #85

Open
LaurentChardin opened this issue Jun 24, 2016 · 1 comment
Open

Add support to puppetlabs/concat > 2.x #85

LaurentChardin opened this issue Jun 24, 2016 · 1 comment

Comments

@LaurentChardin
Copy link

Hello,

I didn't test yet but would this module be compatible with concat 2.1.0 ?

I have another module which installed concat 2.1.0, resulting in puppet-jboss failing the dependency check (and puppet tried to download puppet-jboss 1.0.2 instead).

puppet-jboss 1.0.3:
{ "name": "puppetlabs/concat", "version_requirement": ">= 1.0.0 <2.0.0" }

puppet-jboss 1.0.2:
{"name":"puppetlabs/concat","version_requirement":">= 1.0.0"}

@cardil
Copy link
Collaborator

cardil commented Jun 30, 2016

Thank you for your input!

I've checked puppetlabs/concat and version 2.x isn't compatible with Puppet 2.x and Ruby 1.8 we are supporting in this module right now. We are planning to drop support for old version of Ruby and Puppet in near future. It is planned with 2.0.0 release of this module.

We will double check if our module can work well with newer versions of concat module, despite the clear specified requirements of it:

"requirements": [
    {
      "name": "pe",
      "version_requirement": ">= 3.7.0 < 2015.4.0"
    },
    {
      "name": "puppet",
      "version_requirement": ">= 3.0.0 < 5.0.0"
    }
  ]

When we check that, we will post here what we came up to. Thanks again!

@cardil cardil added this to the v2.0.0 - CitrusAngel milestone Jun 30, 2016
@cardil cardil added the blocked label Jun 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants