We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pdk (FATAL): Unable to download https://forgeapi.puppet.com/schemas/task.json. Check internet connectivity and try again. Connection reset by peer - SSL_connect
Looks like FORGE_SCHEMA_URL is hardcoded? We need to override this to use a local proxy cache
module PDK module Validate module Tasks class TasksMetadataLintValidator < InternalRubyValidator FORGE_SCHEMA_URL = 'https://forgeapi.puppet.com/schemas/task.json'.freeze
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pdk (FATAL): Unable to download https://forgeapi.puppet.com/schemas/task.json. Check internet connectivity and try again. Connection reset by peer - SSL_connect
Looks like FORGE_SCHEMA_URL is hardcoded? We need to override this to use a local proxy cache
The text was updated successfully, but these errors were encountered: