Displaying 1 result from an estimated 1 matches for "hbfm".
Did you mean:
bfm
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}")
> }
> ...
>