---
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, <c...@hawkhoststatus.com> wrote:

> 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 the Hiera lookup is handling as expected - globally the
> cagefs_enabled variable is being returned as "false" and on the
> some.fqdn.com.yaml it's being returned as "true". The notice() call right
> after the lookup confirms that the variable is being set properly.
>
> The issue is I cannot for the life of me to get that data to work in a
> conditional. I've tried string comparisons and simple binary ones (1==1,
> 0==0) to no luck. The IF statement simply isn't being hit.
>
> Am I missing something obvious in this case?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to puppet-users+unsubscr...@googlegroups.com.
> To post to this group, send email to puppet-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/puppet-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to