Displaying 1 result from an estimated 1 matches for "pp1n6uzh0uravsaakcp2eaz2trrl0ctemej".
2007 Nov 19
1
Targets firing out of order
> Example class that brings on this behaviour:
> 
> Class ldap::setup {
>    $loc = getLocation()   #Custom function that returns a location
> based on IP address fact
>    
>    case $loc {
>        london:  {
>            $bind = "cn=base,dc=site,dc=com"
>            notice ("Target 1 - bind - ${bind}")
>         }
>         ...
>