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

Downgrade puppetlabs/concat dependency to 1.04, adjust .fixtures.yml #437

Closed
wants to merge 1 commit into from

Conversation

decibelhertz
Copy link

Per #435

@3flex
Copy link
Contributor

3flex commented Sep 12, 2014

puppetlabs-concat 1.1.1 has been released and the README says it's a supported release. Unfortunately it's not flagged as such in the Forge but I raised https://tickets.puppetlabs.com/browse/MODULES-1318 to get this fixed.

Once that's been addressed I'll close this PR since the original issue will be resolved.

@decibelhertz
Copy link
Author

Sounds good. I will suggest my changes in .fixtures.yml are worth merging in (and keeping up-to-date with the supported versions), as it would highlight issues like this. Cheers.

@3flex
Copy link
Contributor

3flex commented Sep 16, 2014

It's now marked supported in the Forge.

@3flex 3flex closed this Sep 16, 2014
@decibelhertz
Copy link
Author

FWIW, there is a stdlib dependency that cannot be met on a bolierplate PE install, so I am still stuck.

$ sudo puppet module upgrade --ignore-changes puppetlabs-concat
Notice: Preparing to upgrade 'puppetlabs-concat' ...
Notice: Found 'puppetlabs-concat' (v1.0.4) in /opt/puppet/share/puppet/modules ...
Notice: Downloading from https://forgeapi.puppetlabs.com ...
Notice: Found at least one version of puppetlabs-concat compatible with PE (3.3.1);
Notice: Skipping versions which don't express PE compatibility. To install
the most recent version of the module regardless of compatibility
with PE, use the '--ignore-requirements' flag.
Notice: Found at least one version of puppetlabs-stdlib compatible with PE (3.3.1);
Notice: Skipping versions which don't express PE compatibility. To install
the most recent version of the module regardless of compatibility
with PE, use the '--ignore-requirements' flag.
Error: Could not upgrade module 'puppetlabs-concat' (v1.0.4 -> latest)
  There are 1 newer versions
    No combination of dependency upgrades would satisfy all dependencies
    Dependencies will not be automatically upgraded across major versions
    Upgrading one or more of these modules may permit the upgrade to succeed:
    - puppetlabs-stdlib
    Use `puppet module upgrade --force` to upgrade only this module
$ sudo puppet module upgrade --ignore-changes puppetlabs-stdlib
Notice: Preparing to upgrade 'puppetlabs-stdlib' ...
Notice: Found 'puppetlabs-stdlib' (v4.3.2) in /opt/puppet/share/puppet/modules ...
Notice: Downloading from https://forgeapi.puppetlabs.com ...
Notice: Found at least one version of puppetlabs-stdlib compatible with PE (3.3.1);
Notice: Skipping versions which don't express PE compatibility. To install
the most recent version of the module regardless of compatibility
with PE, use the '--ignore-requirements' flag.
Notice: Could not upgrade module 'puppetlabs-stdlib' (v4.3.2 -> latest)
  The installed version is already the latest version matching v4.3.2 -> latest
    Use `puppet module upgrade --force` to upgrade only this module

@3flex
Copy link
Contributor

3flex commented Sep 16, 2014

Hi @decibelhertz I'm not sure what that issue might be, the dependencies of those concat/stdlib don't conflict with the dependencies of this module as far as I can tell. You might try the mailing list or PuppetLabs support for help since I don't have a PE installation at the moment to test with.

If it's an issue with this module's metadata then please add a comment to #419

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants