HomePhorge

(PUP-514) Change warning to debug, and add validation of type expr
5cbbac4eb65aUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-514) Change warning to debug, and add validation of type expr

This changes the warning issued on the code path when a resource type
is required in order to do deserialization (apply phase). When this
happens on the server side (or during apply), the full source is
available, and the type in "known resource types" is loaded code that
may have typed parameters. This second time, no validation can and will
not take place because it is happening where there is no top scope
available. (This is fine, and should use result in a debug output).

This also fixes a couple of typos.

Details

Provenance
Henrik Lindberg <henrik.lindberg@cloudsmith.com>Authored on
Andrew Parker <andy@puppetlabs.com>Committed on Jun 12 2014, 11:41 PM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUa94dac243e90: (maint) Improve comment and formatting in test.
Branches
Unknown
Tags
Unknown

Event Timeline

Andrew Parker <andy@puppetlabs.com> committed rPU5cbbac4eb65a: (PUP-514) Change warning to debug, and add validation of type expr (authored by Henrik Lindberg <henrik.lindberg@cloudsmith.com>).Jun 12 2014, 11:41 PM