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

(PDK-914) Adjust default_template_url validation to accept local dirs #606

Merged
merged 1 commit into from
Dec 10, 2018

Conversation

rodjek
Copy link
Contributor

@rodjek rodjek commented Dec 5, 2018

Currently, if the template-url specified in the answer file points to
a local directory any calls to PDK::Util.default_template_url will
falsely report that the template is invalid even when it is a valid
template. This happens because PDK::Util.default_template_url only
expects the answer file to contain a template url pointing at a git
repository.

Currently, if the template-url specified in the answer file points to
a local directory any calls to `PDK::Util.default_template_url` will
falsely report that the template is invalid even when it is a valid
template. This happens because `PDK::Util.default_template_url` only
expects the answer file to contain a template url pointing at a git
repository.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 92.981% when pulling 9b61ca0 on rodjek:pdk-914 into 406d6f8 on puppetlabs:master.

@bmjen bmjen merged commit fd6aa5a into puppetlabs:master Dec 10, 2018
@rodjek rodjek deleted the pdk-914 branch December 11, 2018 04:44
@bmjen bmjen added the bug label Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants