HomePhorge

(#8032) Add containment to create_resources
5826f7399325Unpublished

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
rPUd58eacd6b4ab: Merge branch 'ticket/2.7.x/8147' into 2.7.x
Branches
Unknown
Tags
Unknown

Event Timeline

Jeff McCune <jeff@puppetlabs.com> committed rPU5826f7399325: (#8032) Add containment to create_resources (authored by Jeff McCune <jeff@puppetlabs.com>).Jul 10 2011, 9:56 PM