From 321b8fda8e50701d6a74e52332f5bbf8e7390d5c Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Mon, 28 Jan 2008 22:42:57 +1100 Subject: Fixed #1006 - changed ldapnodes to node_terminus --- bin/puppetrun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/puppetrun b/bin/puppetrun index 5f99d6325..fe981dadf 100755 --- a/bin/puppetrun +++ b/bin/puppetrun @@ -281,7 +281,7 @@ if File.exists? config Puppet.settings.parse(config) end -if Puppet[:ldapnodes] +if Puppet[:node_terminus] = "ldap" if options[:all] hosts = ldapnodes(:all, options[:fqdn]) puts "all: %s" % hosts.join(", ") -- cgit