> are able to pull basic variables from your data files.
>
> 2. Are you sure that hiera is not working? What have you tried, and
> what happened when you tried it?
>
> Have you looked at http://docs.puppetlabs.com/hiera/1/index.html ?
> There are examples there.
>
> -
I've been able to retrieve data from hiera via init.pp from a basic
variable. However, when i try and pull an associative array from hiera, I'm
unable to get the data. I've verified that my yaml syntax is correct by
running hiera via the command line:
*hiera yaml file
log_special::log_vars:
Does anyone know why i would get a module error for my 'base' module that
I'm not even including for a node? I'm explicitly NOT include the 'base',
yet puppet-client-t2 still errors when i pull it in. Snips from both are
below. Any ideas why this would happen?
Thanks,
JJ
site.pp file
[