Are you using the create_resources function to instantiate the resources? 
It takes a third argument containing default values:

$widgets = hiera('widgets', {})
$widget_defaults = hiera('widget_defaults', {})
create_resources(::widget, $widgets, $widget_defaults)

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/3d1b2302-a476-47aa-8261-8b43e6f33d7c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to