Dear all,

I would like to use the fact zone_vm5809_iptype, but vm5809 is specific to 
the host vm5809.
If this fact on any host is excl do something

Can somebody please help me?

I have tried:
if ( $::zone_${::hostname}_iptype == 'excl')
Could not match ${::hostname}_iptype
or
$hostname = $::hostname
if ( $::zone_${hostname}_iptype == 'excl')
Could not match ${hostname}_iptype

Best regards
Andreas

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/f3f84313-2b35-4c25-9b52-5936700e1ed2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to