Re: [Puppet Users] Boolean in hiera... problems again

2013-03-06 Thread Richard Clark
On Wed, Mar 06, 2013 at 01:29:29PM +1000, Peter Brown wrote: Getting booleans from hiera to puppet is not currently not functioning like you would expect. There is a bug reported for it and they are working on it but it's still in progress last I looked. Would this

Re: [Puppet Users] Boolean in hiera... problems again

2013-03-06 Thread Keith Burdis
I am running 3.1.0 and hiera booleans appear to be working fine. - Keith On 6 March 2013 09:15, Richard Clark rich...@fohnet.co.uk wrote: On Wed, Mar 06, 2013 at 01:29:29PM +1000, Peter Brown wrote: Getting booleans from hiera to puppet is not currently not functioning like you would

Re: [Puppet Users] Boolean in hiera... problems again

2013-03-06 Thread Jakov Sosic
On 03/06/2013 10:59 AM, Keith Burdis wrote: I am running 3.1.0 and hiera booleans appear to be working fine. I am running 3.1.0 and still have problems... -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop

Re: [Puppet Users] Boolean in hiera... problems again

2013-03-06 Thread Peter Brown
Last I tried I still had problems in 3.1.0. On 7 March 2013 02:20, Jakov Sosic jso...@srce.hr wrote: On 03/06/2013 10:59 AM, Keith Burdis wrote: I am running 3.1.0 and hiera booleans appear to be working fine. I am running 3.1.0 and still have problems... -- You received this message

[Puppet Users] Boolean in hiera... problems again

2013-03-05 Thread Jakov Sosic
Hi... I've been trying to set up boolean values in Hiera, but with no luck. For example, I'm using puppetlabs-haproxy module, and this is a code snippet: class haproxy ( $manage_service = true, ... ) inherits haproxy::params { ... if $manage_service { } } Now, this is how I set

Re: [Puppet Users] Boolean in hiera... problems again

2013-03-05 Thread Peter Brown
Getting booleans from hiera to puppet is not currently not functioning like you would expect. There is a bug reported for it and they are working on it but it's still in progress last I looked. On 6 March 2013 06:08, Jakov Sosic jso...@srce.hr wrote: Hi... I've been trying to set up boolean