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

Updated Dependency #256

Merged
merged 1 commit into from
May 26, 2020
Merged

Updated Dependency #256

merged 1 commit into from
May 26, 2020

Conversation

EricSeiffert
Copy link
Contributor

Modified module dependency to correct warning being thrown when puppet module list command is run on puppet master. Changed dependency maximum version for puppetlabs/powershell in the metadata.json to correct the warnings and invalid module dependencies.
Please note that I used version numbers exceeding the current version of the dependency to account for future module dependency releases.

These are the warnings that I get when I run puppet module list.

root@servernode:~# puppet module list
Warning: Module 'puppetlabs-powershell' (v3.0.1) fails to meet some dependencies:
  'pcfens-filebeat' (v4.3.1) requires 'puppetlabs-powershell' (>= 1.0.1 < 3.0.0)

/etc/puppetlabs/code/environments/production/modules
├── puppetlabs-powershell (v3.0.1)  invalid

This pull request fixes these warnings.

@pcfens pcfens merged commit efbdc1e into pcfens:master May 26, 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 this pull request may close these issues.

2 participants