On Tue, Mar 20, 2012 at 7:33 AM, Douglas Garstang <[email protected]> wrote: > On Mon, Mar 19, 2012 at 5:53 PM, Gary Larizza <[email protected]> wrote: >> >> >> On Tue, Mar 20, 2012 at 11:35 AM, Douglas Garstang <[email protected]> >> wrote: >>> >>> I have a 2.7.6 server and a 2.6.4 client. I'm trying to use ext_lookup. >>> >>> site.pp: >>> $extlookup_datadir = "/etc/puppet/manifests/extdata" >>> $extlookup_precedence = ["%{fqdn}", "domain_%{domain}", "common"] >> >> >> Try using Puppet variables: [$fqdn, "domain_${domain}", 'common'] > > Tried. Still getting the same error. I don't think it's even > recognizing ext lookup(). Wasn't that functionality added in puppet > 2.6? Btw, what I originally had was copied straight from the docs. > > Doug
I get the same error if I replace ext lookup with xxx. It seems like the function isn't there, yet the docs clearly state it was added in puppet 2.6.1, and my server is 2.7.6 and my client is 2.6.4... Doug -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
