[Puppet Users] Re: Trying to get complex data set into Puppet from ENC

2012-12-20 Thread Danie van Zyl
I'm having the same problem. On Wednesday, 23 May 2012 02:10:21 UTC+2, Jared Ballou wrote: Hi everyone, I've been reading the groups here for a while, and have gotten a lot of things fixed by finding other people's posts, so hopefully someone will be able to set me straight. I am working

Re: [Puppet Users] stages examples/advices

2012-10-22 Thread Danie van Zyl
My 2cents, Why not use the stdlib that puppet provides. It contains the following stage presets, class stdlib::stages { stage { 'setup': before = Stage['main'] } stage { 'runtime': require = Stage['main'] } - stage { 'setup_infra': } - stage { 'deploy_infra': } - stage {

[Puppet Users] Re: Hiera problem: Can't convert Symbol into String

2012-10-05 Thread Danie van Zyl
Have you tried, --- family: prod cluster: prod compresslogs: true ? On Monday, 23 July 2012 05:15:02 UTC+2, Aaron Nichols wrote: All, I have found very few references to this error so I'm guessing I must be doing something wrong. I have just started using hiera and am trying to use