You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can achieve what you're looking to do, with an admittedly, clunky method of modifying the managed_modules.yml config between invocations of the pdksync:update_dependencies Rake task.
To define the module as part of the rake task is going to be counter to the design of pdksync - the idea is that you set all the modules you wish to perform the action on within the managed_modules.yml.
Use Case
pdksync provides a method to "globally" manage requirement, it would be great to be able to manage dependencies in a similar way.
Describe the Solution You Would Like
bundle exec rake 'pdksync:update_dependencies[puppetlabs/stdlib,version_requirement,>= 6.0.0 < 9.0.0]'
Describe Alternatives You've Considered
extending the update_requirements task
The text was updated successfully, but these errors were encountered: