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

Fails to install with latest puppetlabs/inifile #214

Closed
iainhallam opened this issue Jan 30, 2018 · 1 comment
Closed

Fails to install with latest puppetlabs/inifile #214

iainhallam opened this issue Jan 30, 2018 · 1 comment

Comments

@iainhallam
Copy link

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 5
  • Ruby:
  • Distribution: CentOS 7.4
  • Module version: 3.3.1

How to reproduce

puppet module install puppet-r10k
puppet module install puppet-hiera

What are you seeing

R10k installs puppetlabs-inifile version 2.2.0, but puppet-hiera specifies < 2.0.0 as its dependency, so then fails to install because it can't satisfy that dependency.

What behaviour did you expect instead

puppet-hiera working with puppetlabs-inifile >= 2.0.0

Any additional information you'd like to impart

The major change between puppetlabs-inifile < 2 and >= 2 seems to be the loss of support for Puppet 3; as this is no longer supported, it might be worth upping the dependency in puppet-hiera.

@ekohl
Copy link
Member

ekohl commented Nov 25, 2020

Fixed by now.

@ekohl ekohl closed this as completed Nov 25, 2020
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 a pull request may close this issue.

2 participants