[Puppet Users] Re: Example of how to use require with hiera?

2014-09-19 Thread Antoine Cotten
Hi teknotus, I don't think that would work since you can not declare a Puppet resource in Hiera, you are limited to core types. In your case, Puppet would interpret File['somefile'] as a string, and File: somefile as a hash, but will never translate that to a resource. Cheers, Toni -- You

[Puppet Users] Re: Example of how to use require with hiera?

2014-09-19 Thread jcbollinger
On Friday, September 19, 2014 6:45:43 AM UTC-5, Antoine Cotten wrote: Hi teknotus, I don't think that would work since you can not declare a Puppet resource in Hiera, you are limited to core types. In your case, Puppet would interpret File['somefile'] as a string, and File: somefile as