On Wednesday, November 12, 2014 7:59:34 AM UTC-6, jcbollinger wrote:
>
>
> $datacenter = $ipaddress ? {
>   /^10\.220\. => 'HOUSTON',
>   /^10\.221\. => 'AUSTIN'
> }
>
>
Oops, make that ...

$datacenter = $ipaddress ? {
  /^10\.220\./ => 'HOUSTON',
  /^10\.221\./ => 'AUSTIN'
}

... of course.


John

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/fc8a580a-4da6-494e-978a-6f0888f70f0b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to