HomePhorge

(#8032) Add containment to create_resources
a126aee16294Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(#8032) Add containment to create_resources

Without this change native resource types declared using the
create_resources() function are not contained within the class scope of
the function call. As a result, resources were "floating off" in the
graph, disconnected from the rest of the relationship edges.

With this change, the scope is preserved and native resources are
contained by the class the function call is executed from.

Reviewed-by: Dan Bode <dan@puppetlabs.com>

Details

Provenance
Jeff McCune <jeff@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUcf93404e53aa: Merge branch 'template-not-defined-test-failure'
Branches
Unknown
Tags
Unknown

Event Timeline

Jeff McCune <jeff@puppetlabs.com> committed rPUa126aee16294: (#8032) Add containment to create_resources (authored by Jeff McCune <jeff@puppetlabs.com>).Jun 22 2011, 3:54 AM