[Puppet Users] Retrieving Hiera arrays from init.pp

2013-09-19 Thread Jeremiah Jester
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:

Re: [Puppet Users] Retrieving Hiera arrays from init.pp

2013-09-19 Thread Jeremiah Jester
://docs.puppetlabs.com/hiera/1/index.html ? There are examples there. - Chad On Thu, Sep 19, 2013 at 11:53 AM, Jeremiah Jester jeremiahjes...@gmail.com wrote: 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

[Puppet Users] puppet agent errors for non included module.

2013-06-13 Thread Jeremiah Jester
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