You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Hiera, they allow a specific hierarchy for module independent of the global/env ones, yet overridable in the latter.
I really like this idea and it would allow to bundle some data specific to the resource or composite resource, that could be either defined at a layer above of the hierarchy or at runtime on the Node for a resource (not Composite as they're evaluated at MOF compilation time).
To support something similar, DSC Resources could:
use a locally defined Datum
feed non-mandatory parameters with Datum lookup (if defined above, they're overridden)
Needs to do a PoC of this...
The text was updated successfully, but these errors were encountered:
gaelcolas
changed the title
Allow a Provider to call another Provider
Datum for modules/Resources/Composites
Aug 7, 2017
In Hiera, they allow a specific hierarchy for module independent of the global/env ones, yet overridable in the latter.
I really like this idea and it would allow to bundle some data specific to the resource or composite resource, that could be either defined at a layer above of the hierarchy or at runtime on the Node for a resource (not Composite as they're evaluated at MOF compilation time).
To support something similar, DSC Resources could:
Needs to do a PoC of this...
The text was updated successfully, but these errors were encountered: