Guy,

On Thursday, September 12, 2013 12:02:36 PM UTC-5, I wrote:
>
> [...]
> Are you anywhere instructing Puppet to include the classes listed in your 
> hiera data in the catalog?
>
>

If the answer is yes, then you did not include that information with the 
configs you posted.  The needed declaration would normally appear in your 
site manifest for the selected environment, or perhaps in a file imported 
by the site manifest.  For example,

node 'mynode' {
  include hiera('classes')
}

I have a growing suspicion that your problem is in that general area, as I 
don't immediately see anything wrong with the configs you posted.



John

-- 
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 post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to