module PuppetfileResolver::Puppetfile
Constants
- DISABLE_ALL_DEPENDENCIES_FLAG
- DISABLE_LATEST_VALIDATION_FLAG
- DISABLE_PUPPET_DEPENDENCY_FLAG
Resolver
FlagsDISABLE_PUPPET_DEPENDENCY_FLAG
- Instructs the resolver to not consider Puppet version in its dependency traversal. Useful for modules with outdated metadata.json information.DISABLE_ALL_DEPENDENCIES_FLAG
- Instructs the resolver to ignore any dependencies in its dependency traversal. Useful for modules with outdated metadata.json information.DISABLE_LATEST_VALIDATION_FLAG
- Instructs the resolution validator to ignore modules that have a version of :latest- FORGE_MODULE
- GIT_MODULE
- INVALID_MODULE
- LOCAL_MODULE
- SVN_MODULE