Re: [Puppet Users] Issues with conditionals & Hiera

2013-03-01 Thread jcbollinger
On Thursday, February 28, 2013 4:20:43 PM UTC-6, Cody Robertson wrote: > > It may be worth noting that the notice() function printed the variable as > a normal string (or seemingly) making it difficult to recognize the fact it > was actually an array. I'm not sure if this is something that shou

Re: [Puppet Users] Issues with conditionals & Hiera

2013-02-28 Thread Cody Robertson
;> “Sometimes I think the surest sign that intelligent life exists elsewhere >> in the universe is that none of it has tried to contact us.” >> Bill Waterson (Calvin & Hobbes) >> >> -- >> *From: *c...@hawkhoststatus.com >> *T

Re: [Puppet Users] Issues with conditionals & Hiera

2013-02-28 Thread Cody Robertson
d to contact us.” > Bill Waterson (Calvin & Hobbes) > > -- > *From: *c...@hawkhoststatus.com > *To: *puppet-users@googlegroups.com > *Sent: *Thursday, February 28, 2013 3:44:39 PM > *Subject: *[Puppet Users] Issues with conditionals & Hiera &g

Re: [Puppet Users] Issues with conditionals & Hiera

2013-02-28 Thread Dan White
tried to contact us.” Bill Waterson (Calvin & Hobbes) - Original Message - From: c...@hawkhoststatus.com To: puppet-users@googlegroups.com Sent: Thursday, February 28, 2013 3:44:39 PM Subject: [Puppet Users] Issues with conditionals & Hiera Hello everyone! I hope your Thursdays a

Re: [Puppet Users] Issues with conditionals & Hiera

2013-02-28 Thread Stefan Goethals
--- cagefs_enabled:- 'false' should be ---cagefs_enabled: 'false' You were creating an arrray named cagefs_enabled with the first element as true... Stefan - Zipkid - Goethals. On Thu, Feb 28, 2013 at 9:44 PM, wrote: > Hello everyone! I hope your Thursdays are going swimmingly! > > I'm

[Puppet Users] Issues with conditionals & Hiera

2013-02-28 Thread cody
Hello everyone! I hope your Thursdays are going swimmingly! I'm having an issue with using data looked up via Hiera and using that in a conditional in my manifest. Here is a simple use-case where I simply cannot get it to work: http://pastie.org/private/gtplsiajmmrdhjie49bda# In this example th